Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2023-04-15T03:11:33.003Z||main|||||INFO|500||The following profiles are active: basic
2023-04-15T03:11:44.041Z||main|||||INFO|500||Starting service [Tomcat]
2023-04-15T03:11:44.048Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-04-15T03:11:44.181Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-04-15T03:11:49.017Z||main|||||INFO|500||catdb-pool - Starting...
2023-04-15T03:11:49.519Z||main|||||INFO|500||catdb-pool - Start completed.
2023-04-15T03:11:50.103Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-04-15T03:11:50.474Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-04-15T03:11:51.381Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-04-15T03:11:54.458Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-15T03:11:55.183Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-04-15T03:11:57.692Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-15T03:11:57.828Z||main|||||INFO|500||reqdb-pool - Starting...
2023-04-15T03:11:58.025Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-04-15T03:11:58.043Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-04-15T03:11:58.702Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-15T03:11:59.002Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-15T03:11:59.848Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-04-15T03:12:00.555Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-04-15T03:12:00.556Z||main|||||ERROR|500||(conn=857) Table 'catalogdb.activity_spec' doesn't exist
2023-04-15T03:12:00.574Z||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-04-15T03:12:02.793Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-04-15T03:12:04.853Z||main|||||WARN|500||---
2023-04-15T03:12:04.853Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-04-15T03:12:04.853Z||main|||||WARN|500||---
2023-04-15T03:12:05.222Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-04-15T03:12:09.697Z||main|||||INFO|500||Started Application in 39.854 seconds (JVM running for 43.294)
2023-04-15T03:12:09.715Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-04-15T03:12:09.717Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-04-15T03:12:09.725Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-04-15T03:12:09.767Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2584ed54-9822-4963-8907-3d9a7ee3c162 url= /sdc/v1/artifactTypes
2023-04-15T03:12:09.771Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-04-15T03:12:09.939Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-15T03:12:09.988Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-04-15T03:12:09.988Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-04-15T03:12:09.989Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ce7edd43-f285-4c7b-b454-941915d9a6a1 url= /sdc/v1/distributionKafkaData
2023-04-15T03:12:09.989Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-04-15T03:12:10.035Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-15T03:12:10.045Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@46aa88a2
2023-04-15T03:12:10.136Z||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-4e8bdbda-ff37-464a-b3a6-fbff79513374
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-04-15T03:12:10.183Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Instantiated an idempotent producer.
2023-04-15T03:12:10.259Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-04-15T03:12:10.311Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-15T03:12:10.311Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-15T03:12:10.311Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1681528330307
2023-04-15T03:12:10.315Z||scheduling-1|||||INFO|500||start DistributionClient
2023-04-15T03:12:10.333Z||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-77498596-f79e-4514-9b6b-b1f1334e1fee
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = SO
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-04-15T03:12:10.404Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-15T03:12:10.404Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-15T03:12:10.404Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1681528330404
2023-04-15T03:12:10.405Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:12:10.408Z||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-7142f838-951c-490a-9e69-7e705490fb72
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = SO
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-04-15T03:12:10.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:12:10.416Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-15T03:12:10.417Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-15T03:12:10.417Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1681528330416
2023-04-15T03:12:10.417Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:12:10.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:12:10.426Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-04-15T03:12:11.390Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:11.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 rHAeok4ZQDWAbduxfN8FjA
2023-04-15T03:12:11.391Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Cluster ID: h5DhLQ7tRb6BqbgqPH8lGA
2023-04-15T03:12:11.391Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:11.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 rHAeok4ZQDWAbduxfN8FjA
2023-04-15T03:12:11.392Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:11.392Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:11.392Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:11.392Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] ProducerId set to 2004 with epoch 0
2023-04-15T03:12:11.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 rHAeok4ZQDWAbduxfN8FjA
2023-04-15T03:12:11.392Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:11.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 rHAeok4ZQDWAbduxfN8FjA
2023-04-15T03:12:11.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 rHAeok4ZQDWAbduxfN8FjA
2023-04-15T03:12:11.393Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 rHAeok4ZQDWAbduxfN8FjA
2023-04-15T03:12:11.394Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cluster ID: h5DhLQ7tRb6BqbgqPH8lGA
2023-04-15T03:12:11.394Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Cluster ID: h5DhLQ7tRb6BqbgqPH8lGA
2023-04-15T03:12:11.395Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-04-15T03:12:11.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-04-15T03:12:11.420Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T03:12:11.421Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T03:12:11.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990
2023-04-15T03:12:11.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T03:12:11.497Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T03:12:11.500Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-55058074-e647-4e2c-ae15-a473e36f7fed
2023-04-15T03:12:11.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T03:12:11.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T03:12:17.507Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-55058074-e647-4e2c-ae15-a473e36f7fed', protocol='range'}
2023-04-15T03:12:17.507Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T03:12:17.658Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:17.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:17.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:17.661Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:17.662Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:17.662Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T03:12:17.670Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-55058074-e647-4e2c-ae15-a473e36f7fed=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T03:12:17.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-55058074-e647-4e2c-ae15-a473e36f7fed', protocol='range'}
2023-04-15T03:12:17.713Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T03:12:17.719Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T03:12:17.726Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T03:12:17.727Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T03:12:17.727Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T03:12:17.757Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T03:12:17.757Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T03:12:17.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-04-15T03:12:17.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-04-15T03:12:17.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-04-15T03:12:17.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-04-15T03:12:17.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-04-15T03:12:17.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-04-15T03:12:17.759Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-04-15T03:12:17.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-04-15T03:12:17.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-04-15T03:12:17.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-04-15T03:12:17.816Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T03:12:17.817Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T03:12:17.857Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-15T03:12:17.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-15T03:12:17.860Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-15T03:12:17.860Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-15T03:12:17.863Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-15T03:12:17.863Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-15T03:12:17.882Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T03:12:17.883Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T03:12:17.899Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T03:12:17.900Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T03:13:10.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:13:10.423Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:14:10.417Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:14:10.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:15:10.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:15:10.425Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:16:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:16:10.427Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:17:10.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:17:10.427Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:18:10.424Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:18:10.428Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:19:10.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:19:10.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:20:10.427Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:20:10.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:21:10.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:21:10.432Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:21:11.505Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Node -1 disconnected.
2023-04-15T03:21:11.611Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node -1 disconnected.
2023-04-15T03:21:11.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Node -1 disconnected.
2023-04-15T03:22:00.990Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-15T03:22:10.430Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:22:10.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:23:10.432Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:23:10.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:24:10.434Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:24:10.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:25:10.436Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:25:10.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:26:10.437Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:26:10.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:27:10.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:27:10.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:28:10.440Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:28:10.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:29:10.440Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:29:10.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:30:10.441Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:30:10.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:31:10.443Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:31:10.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:32:10.444Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:32:10.444Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:33:10.445Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:33:10.446Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:34:10.447Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:34:10.447Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:35:10.448Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:35:10.449Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:36:10.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:36:10.450Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:37:10.450Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:37:10.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:38:10.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:38:10.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:39:10.453Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:39:10.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:40:10.454Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:40:10.455Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:41:10.455Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:41:10.455Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:42:10.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:42:10.456Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:43:10.458Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:43:10.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:44:10.458Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:44:10.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:45:10.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:45:10.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:46:10.461Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:46:10.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:47:10.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:47:10.463Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:48:10.464Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:48:10.465Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:49:10.466Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:49:10.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:50:10.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:50:10.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:51:10.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:51:10.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:52:10.470Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:52:10.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:53:10.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:53:10.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:54:10.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:54:10.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:55:10.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:55:10.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:56:10.476Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:56:10.476Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:57:10.477Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:57:10.477Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:58:10.478Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:58:10.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T03:59:10.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T03:59:10.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:00:10.480Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:00:10.481Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:01:10.482Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:01:10.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:02:10.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:02:10.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:03:10.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:03:10.484Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:04:10.486Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:04:10.486Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:05:10.487Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:05:10.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:06:10.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:06:10.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:07:10.489Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:07:10.490Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:08:10.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:08:10.491Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:09:10.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:09:10.493Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:10:10.492Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:10:10.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:11:10.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:11:10.496Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:12:10.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:12:10.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:13:10.496Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:13:10.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:14:10.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:14:10.498Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:15:10.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:15:10.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:16:10.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:16:10.500Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:17:10.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:17:10.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:18:10.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:18:10.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:19:10.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:19:10.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:20:10.505Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:20:10.506Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:21:10.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:21:10.507Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:22:10.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:22:10.508Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:23:10.508Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:23:10.509Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:24:10.510Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:24:10.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:25:10.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:25:10.512Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:26:10.512Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:26:10.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:27:10.512Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:27:10.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:28:10.514Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:28:10.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:29:10.515Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:29:10.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:30:10.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:30:10.516Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:31:10.517Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:31:10.518Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:32:10.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:32:10.520Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:33:10.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:33:10.520Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:34:10.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:34:10.522Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:35:10.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:35:10.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:36:10.523Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:36:10.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:37:10.523Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:37:10.525Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:38:10.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:38:10.525Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:39:10.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:39:10.529Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:40:10.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:40:10.530Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:41:10.529Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:41:10.531Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:42:10.531Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:42:10.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:43:10.532Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:43:10.532Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:44:10.533Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:44:10.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:45:10.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:45:10.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:46:10.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:46:10.536Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:47:10.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:47:10.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:48:10.538Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:48:10.538Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:49:10.539Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:49:10.539Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:50:10.539Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:50:10.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:51:10.540Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:51:10.541Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:52:10.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:52:10.543Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:53:10.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:53:10.543Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:54:10.544Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:54:10.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:55:10.545Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:55:10.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:56:10.547Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:56:10.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:57:10.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:57:10.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:58:10.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:58:10.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T04:59:10.549Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T04:59:10.549Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:00:10.549Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:00:10.550Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:01:10.552Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:01:10.552Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:02:10.553Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:02:10.554Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:03:10.554Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:03:10.556Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:04:10.554Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:04:10.561Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:05:10.556Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:05:10.563Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:06:10.556Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:06:10.563Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:07:10.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:07:10.564Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:08:10.560Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:08:10.565Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:09:10.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:09:10.566Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:10:10.563Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:10:10.566Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:11:10.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:11:10.568Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:12:10.565Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:12:10.569Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:13:10.567Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:13:10.570Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:14:10.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:14:10.571Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:15:10.568Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:15:10.573Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:16:10.568Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:16:10.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:17:10.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:17:10.577Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:18:10.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:18:10.577Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:19:10.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:19:10.579Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:20:10.573Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:20:10.580Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:21:10.573Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:21:10.584Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:22:10.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:22:10.585Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:23:10.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:23:10.585Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:24:10.575Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:24:10.587Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:25:10.575Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:25:10.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:26:10.577Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:26:10.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:27:10.578Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:27:10.589Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:28:10.580Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:28:10.592Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:29:10.582Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:29:10.593Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:30:10.582Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:30:10.593Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:31:10.582Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:31:10.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:32:10.583Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:32:10.595Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:33:10.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:33:10.596Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:34:10.584Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:34:10.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:35:10.585Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:35:10.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:36:10.585Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:36:10.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:37:10.586Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:37:10.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:38:10.586Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:38:10.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:39:10.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:39:10.601Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:40:10.588Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:40:10.601Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:41:10.590Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:41:10.602Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:42:10.591Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:42:10.603Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:43:10.591Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:43:10.604Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:44:10.592Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:44:10.605Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:45:10.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:45:10.605Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:46:10.594Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:46:10.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:47:10.596Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:47:10.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:48:10.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:48:10.608Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:49:10.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:49:10.610Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:50:10.597Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:50:10.610Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:51:10.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:51:10.610Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:52:10.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:52:10.612Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:53:10.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:53:10.614Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:54:10.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:54:10.615Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:55:10.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:55:10.615Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:56:10.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:56:10.617Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:57:10.603Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:57:10.617Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:58:10.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:58:10.618Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T05:59:10.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T05:59:10.619Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:00:10.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:00:10.619Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:01:10.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:01:10.619Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:02:10.608Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:02:10.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:03:10.609Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:03:10.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:04:10.611Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:04:10.623Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:05:10.611Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:05:10.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:06:10.613Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:06:10.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:06:51.097Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T06:07:10.614Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:07:10.627Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:08:10.616Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:08:10.628Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:09:10.616Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:09:10.630Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:10:10.618Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:10:10.631Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:11:10.620Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:11:10.632Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:12:10.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:12:10.633Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:13:10.622Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:13:10.633Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:14:10.622Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:14:10.635Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:15:10.624Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:15:10.636Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:16:10.625Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:16:10.636Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:17:10.626Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:17:10.638Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:18:10.627Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:18:10.638Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:19:10.628Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:19:10.638Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:20:10.628Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:20:10.640Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:21:10.629Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:21:10.640Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:22:10.631Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:22:10.640Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:23:10.631Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:23:10.641Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:24:10.632Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:24:10.642Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:25:10.634Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:25:10.643Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:26:10.635Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:26:10.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:27:10.637Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:27:10.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:28:10.638Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:28:10.645Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:29:10.639Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:29:10.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:30:10.639Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:30:10.646Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:31:10.641Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:31:10.646Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:32:10.642Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:32:10.648Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:33:10.643Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:33:10.648Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:34:10.645Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:34:10.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:35:10.645Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:35:10.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:36:10.647Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:36:10.651Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:37:10.647Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:37:10.651Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:38:10.649Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:38:10.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:39:10.649Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:39:10.653Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:40:10.650Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:40:10.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:41:10.651Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:41:10.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:42:10.652Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:42:10.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:43:10.652Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:43:10.657Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:44:10.653Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:44:10.657Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:45:10.655Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:45:10.658Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:46:10.656Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:46:10.659Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:47:10.657Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:47:10.660Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:48:10.658Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:48:10.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:49:10.660Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:49:10.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:50:10.660Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:50:10.661Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:51:10.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:51:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:52:10.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:52:10.663Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:53:10.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:53:10.665Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:54:10.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:54:10.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:55:10.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:55:10.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:56:10.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:56:10.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:57:10.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:57:10.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:58:10.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:58:10.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T06:59:10.669Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T06:59:10.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:00:10.669Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:00:10.675Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:01:10.670Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:01:10.676Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:02:10.672Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:02:10.677Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:03:10.672Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:03:10.678Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:04:10.673Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:04:10.678Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:05:10.674Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:05:10.679Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:06:10.675Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:06:10.679Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:07:10.677Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:07:10.680Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:08:10.678Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:08:10.680Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:09:10.679Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:09:10.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:10:10.680Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:10:10.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:11:10.682Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:11:10.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:12:10.683Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:12:10.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:13:10.683Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:13:10.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:14:10.685Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:14:10.685Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:15:10.686Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:15:10.687Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:16:10.688Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:16:10.689Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:17:10.689Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:17:10.689Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:18:10.690Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:18:10.691Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:19:10.691Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:19:10.691Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:20:10.692Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:20:10.693Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:21:10.694Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:21:10.694Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:22:10.694Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:22:10.695Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:23:10.695Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:23:10.695Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:24:10.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:24:10.697Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:25:10.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:25:10.697Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:26:10.699Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:26:10.699Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:27:10.701Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:27:10.701Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:28:10.702Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:28:10.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:29:10.704Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:29:10.704Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:30:10.705Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:30:10.706Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:31:10.706Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:31:10.707Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:32:10.707Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:32:10.708Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:33:10.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:33:10.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:34:10.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:34:10.710Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:35:10.710Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:35:10.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:36:10.711Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:36:10.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:37:10.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:37:10.711Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:38:10.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:38:10.712Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:39:10.713Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:39:10.713Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:40:10.713Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:40:10.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:41:10.714Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:41:10.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:42:10.715Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:42:10.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:43:10.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:43:10.717Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:44:10.718Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:44:10.718Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:45:10.719Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:45:10.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:46:10.719Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:46:10.720Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:47:10.721Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:47:10.721Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:48:10.722Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:48:10.722Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:49:10.722Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:49:10.723Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:50:10.723Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:50:10.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:51:10.723Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:51:10.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:52:10.724Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:52:10.725Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:53:10.725Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:53:10.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:54:10.727Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:54:10.727Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:55:10.727Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:55:10.728Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:56:10.728Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:56:10.729Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:57:10.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:57:10.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:58:10.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T07:58:10.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:59:10.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T07:59:10.732Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:00:10.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:00:10.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:01:10.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:01:10.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:02:10.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:02:10.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:03:10.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:03:10.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:04:10.734Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:04:10.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:05:10.737Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:05:10.738Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:06:10.737Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:06:10.740Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:07:10.738Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:07:10.740Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:08:10.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:08:10.740Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:09:10.741Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:09:10.741Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:10:10.742Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:10:10.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:11:10.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:11:10.744Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:12:10.744Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:12:10.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:13:10.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:13:10.746Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:14:10.747Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:14:10.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:15:10.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:15:10.748Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:16:10.748Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:16:10.749Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:17:10.750Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:17:10.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:18:10.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:18:10.751Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:19:10.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:19:10.751Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:20:10.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:20:10.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:21:10.753Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:21:10.753Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:22:10.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:22:10.755Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:23:10.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:23:10.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:24:10.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:24:10.757Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:25:10.757Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:25:10.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:26:10.758Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:26:10.758Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:27:10.760Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:27:10.760Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:28:10.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:28:10.761Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:29:10.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:29:10.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:30:10.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:30:10.764Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:31:10.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:31:10.764Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:32:10.765Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:32:10.766Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:33:10.766Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:33:10.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:34:10.766Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:34:10.767Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:35:10.768Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:35:10.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:36:10.769Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:36:10.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:37:10.770Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:37:10.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:38:10.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:38:10.772Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:39:10.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:39:10.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:40:10.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:40:10.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:41:10.774Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:41:10.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:42:10.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:42:10.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:43:10.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:43:10.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:44:10.776Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:44:10.778Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:45:10.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:45:10.779Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:46:10.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:46:10.780Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:47:10.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:47:10.781Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:48:10.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:48:10.781Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:49:10.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:49:10.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:50:10.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:50:10.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:51:10.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:51:10.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:52:10.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:52:10.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:53:10.784Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:53:10.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:54:10.784Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:54:10.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:55:10.786Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:55:10.786Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:56:10.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:56:10.787Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:57:10.787Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:57:10.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:58:10.789Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:58:10.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T08:59:10.789Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T08:59:10.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:00:10.790Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:00:10.792Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:01:10.791Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:01:10.793Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:02:10.793Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:02:10.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:03:10.794Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:03:10.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:04:10.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:04:10.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:05:10.795Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:05:10.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:06:10.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:06:10.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:07:10.797Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:07:10.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:08:10.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:08:10.799Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:09:10.799Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:09:10.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:10:10.800Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:10:10.801Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:11:10.801Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:11:10.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:12:10.802Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:12:10.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:13:10.803Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:13:10.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:14:10.803Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:14:10.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:15:10.805Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:15:10.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:16:10.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:16:10.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:17:10.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:17:10.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:18:10.809Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:18:10.809Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:19:10.810Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:19:10.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:20:10.812Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:20:10.811Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:21:10.812Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:21:10.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:22:10.814Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:22:10.815Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:23:10.814Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:23:10.816Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:24:10.815Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:24:10.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:25:10.817Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:25:10.817Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:26:10.817Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:26:10.818Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:27:10.818Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:27:10.819Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:28:10.820Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:28:10.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:29:10.820Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:29:10.821Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:30:10.821Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:30:10.822Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:31:10.822Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:31:10.822Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:32:10.823Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:32:10.824Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:33:10.825Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:33:10.825Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:34:10.826Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:34:10.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:35:10.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:35:10.827Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:36:10.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:36:10.829Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:37:10.829Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:37:10.829Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:38:10.830Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:38:10.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:39:10.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:39:10.832Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:40:10.832Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:40:10.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:41:10.833Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:41:10.833Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:42:10.834Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:42:10.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:43:10.835Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:43:10.835Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:44:10.836Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:44:10.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:45:10.837Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:45:10.837Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:46:10.837Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:46:10.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:47:10.839Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:47:10.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:48:10.839Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:48:10.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:49:10.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:49:10.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:50:10.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:50:10.844Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:51:10.840Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:51:10.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:52:10.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:52:10.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:53:10.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:53:10.846Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:54:10.842Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:54:10.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:55:10.842Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:55:10.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:56:10.843Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:56:10.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:57:10.843Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:57:10.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:58:10.843Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:58:10.848Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T09:59:10.845Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T09:59:10.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:00:10.847Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:00:10.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:01:10.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:01:10.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:02:10.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:02:10.849Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:03:10.850Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:03:10.851Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:04:10.851Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:04:10.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:05:10.851Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:05:10.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:06:10.852Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:06:10.853Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:07:10.853Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:07:10.854Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:08:10.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:08:10.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:09:10.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:09:10.856Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:10:10.857Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:10:10.857Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:11:10.858Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:11:10.859Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:12:10.859Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:12:10.861Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:13:10.860Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:13:10.861Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:14:10.860Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:14:10.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:15:10.861Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:15:10.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:16:10.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:16:10.864Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:17:10.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:17:10.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:18:10.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:18:10.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:19:10.866Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:19:10.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:20:10.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:20:10.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:21:10.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:21:10.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:22:10.868Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:22:10.868Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:23:10.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:23:10.870Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:24:10.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:24:10.872Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:25:10.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:25:10.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:26:10.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:26:10.873Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:27:10.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:27:10.875Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:28:10.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:28:10.876Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:29:10.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:29:10.877Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:30:10.875Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:30:10.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:31:10.876Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:31:10.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:32:10.878Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:32:10.878Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:33:10.879Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:33:10.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:34:10.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:34:10.881Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:35:10.882Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:35:10.882Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:36:10.883Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:36:10.884Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:37:10.883Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:37:10.884Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:38:10.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:38:10.884Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:39:10.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:39:10.885Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:40:10.886Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:40:10.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:41:10.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:41:10.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:42:10.888Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:42:10.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:43:10.888Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:43:10.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:44:10.888Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:44:10.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:45:10.889Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:45:10.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:46:10.889Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:46:10.891Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:47:10.891Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:47:10.891Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:48:10.892Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:48:10.892Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:49:10.893Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:49:10.893Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:50:10.893Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:50:10.894Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:51:10.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:51:10.895Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:52:10.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:52:10.895Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:53:10.897Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:53:10.897Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:54:10.898Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:54:10.898Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:55:10.898Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:55:10.899Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:56:10.899Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:56:10.899Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:57:10.900Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:57:10.901Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:58:10.901Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:58:10.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T10:59:10.902Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T10:59:10.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:00:10.902Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:00:10.903Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:01:10.904Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:01:10.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:02:10.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:02:10.905Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:03:10.905Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:03:10.906Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:04:10.906Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:04:10.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:05:10.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:05:10.908Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:06:10.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:06:10.909Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:07:10.909Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:07:10.910Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:08:10.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:08:10.911Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:09:10.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:09:10.912Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:10:10.912Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:10:10.912Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:11:10.913Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:11:10.913Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:12:10.914Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:12:10.914Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:13:10.915Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:13:10.916Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:14:10.915Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:14:10.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:15:10.917Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:15:10.918Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:16:10.918Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:16:10.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:17:10.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:17:10.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:18:10.920Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:18:10.920Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:19:10.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:19:10.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:20:10.923Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:20:10.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:21:10.923Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:21:10.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:22:10.925Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:22:10.925Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:23:10.925Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:23:10.927Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:24:10.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:24:10.927Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:25:10.927Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:25:10.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:26:10.928Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:26:10.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:27:10.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:27:10.931Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:28:10.929Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:28:10.932Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:29:10.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:29:10.932Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:30:10.931Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:30:10.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:31:10.933Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:31:10.933Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:32:10.935Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:32:10.935Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:33:10.935Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:33:10.936Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:34:10.937Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:34:10.937Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:35:10.937Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:35:10.938Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:36:10.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:36:10.939Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:37:10.940Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:37:10.940Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:38:10.941Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:38:10.941Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:39:10.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:39:10.942Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:40:10.943Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:40:10.943Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:41:10.944Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:41:10.944Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:42:10.945Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:42:10.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:43:10.946Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:43:10.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:44:10.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:44:10.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:45:10.948Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:45:10.948Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:46:10.949Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:46:10.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:47:10.949Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:47:10.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:48:10.950Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:48:10.950Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:49:10.950Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:49:10.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:50:10.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:50:10.953Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:51:10.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:51:10.954Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:52:10.952Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:52:10.955Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:53:10.954Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:53:10.955Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:54:10.956Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:54:10.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:55:10.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:55:10.960Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:56:10.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:56:10.961Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:57:10.960Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:57:10.962Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:58:10.962Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T11:58:10.962Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:59:10.963Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T11:59:10.963Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:00:10.963Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:00:10.964Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:01:10.964Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:01:10.965Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:02:10.965Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:02:10.966Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:03:10.966Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:03:10.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:04:10.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:04:10.967Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:05:10.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:05:10.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:06:10.969Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:06:10.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:07:10.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:07:10.970Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:08:10.970Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:08:10.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:09:10.971Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:09:10.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:10:10.971Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:10:10.972Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:11:10.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:11:10.973Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:12:10.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:12:10.975Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:13:10.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:13:10.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:14:10.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:14:10.976Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:15:10.976Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:15:10.977Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:16:10.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:16:10.978Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:17:10.978Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:17:10.979Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:18:10.979Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:18:10.980Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:19:10.980Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:19:10.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:20:10.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:20:10.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:21:10.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:21:10.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:22:10.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:22:10.983Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:23:10.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:23:10.984Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:24:10.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:24:10.984Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:25:10.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:25:10.984Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:26:10.984Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:26:10.986Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:27:10.986Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:27:10.987Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:28:10.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:28:10.988Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:29:10.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:29:10.988Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:30:10.988Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:30:10.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:31:10.988Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:31:10.990Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:32:10.989Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:32:10.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:33:10.989Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:33:10.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:34:10.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:34:10.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:35:10.992Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:35:10.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:36:10.993Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:36:10.993Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:37:10.993Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:37:10.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:38:10.993Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:38:10.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:39:10.993Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:39:10.994Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:40:10.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:40:10.995Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:41:10.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:41:10.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:42:10.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:42:10.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:43:10.996Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:43:10.997Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:44:10.997Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:44:10.998Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:45:10.997Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:45:10.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:46:10.998Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:46:10.998Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:47:10.999Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:47:11.000Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:48:11.000Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:48:11.000Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:49:11.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:49:11.002Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:50:11.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:50:11.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:51:11.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:51:11.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:52:11.003Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:52:11.004Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:53:11.004Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:53:11.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:54:11.005Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:54:11.005Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:55:11.006Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:55:11.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:56:11.007Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:56:11.007Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:57:11.008Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:57:11.009Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:58:11.010Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:58:11.010Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T12:59:11.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T12:59:11.011Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:00:11.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:00:11.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:01:11.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:01:11.012Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:02:11.013Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:02:11.014Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:03:11.013Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:03:11.014Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:04:11.015Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:04:11.015Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:05:11.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:05:11.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:06:11.015Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:06:11.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:07:11.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:07:11.017Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:08:11.016Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:08:11.018Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:09:11.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:09:11.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:10:11.018Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:10:11.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:11:11.018Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:11:11.019Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:12:11.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:12:11.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:13:11.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:13:11.021Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:14:11.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:14:11.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:15:11.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:15:11.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:16:11.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:16:11.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:17:11.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:17:11.025Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:18:11.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:18:11.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:19:11.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:19:11.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:20:11.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:20:11.029Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:21:11.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:21:11.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:22:11.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:22:11.031Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:23:11.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:23:11.032Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:24:11.032Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:24:11.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:25:11.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:25:11.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:26:11.034Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:26:11.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:27:11.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:27:11.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:28:11.036Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:28:11.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:29:11.036Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:29:11.038Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:30:11.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:30:11.038Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:31:11.038Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:31:11.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:32:11.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:32:11.041Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:33:11.040Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:33:11.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:34:11.041Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:34:11.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:35:11.043Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:35:11.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:36:11.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:36:11.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:37:11.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:37:11.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:38:11.047Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:38:11.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:39:11.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:39:11.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:40:11.048Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:40:11.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:41:11.049Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:41:11.050Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:42:11.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:42:11.051Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:43:11.051Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:43:11.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:44:11.052Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:44:11.052Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:45:11.052Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:45:11.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:46:11.053Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:46:11.053Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:47:11.054Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:47:11.053Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:48:11.054Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:48:11.055Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:49:11.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:49:11.056Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:50:11.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:50:11.058Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:51:11.058Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:51:11.059Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:52:11.059Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:52:11.059Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:53:11.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:53:11.061Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:54:01.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T13:54:01.261Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f17025e6-b8cb-4075-8d98-40c23dd810fa","serviceName":"vFW 2023-04-15 13-52-49","serviceVersion":"1.0","serviceUUID":"9a0ea024-a842-4992-bd11-d82116768d4c","serviceDescription":"catalog service description","serviceInvariantUUID":"45a6b9d2-3ae2-4425-b85d-21a2a3a23beb","resources":[{"resourceInstanceName":"vFW 67947e57-5050 0","resourceName":"vFW 67947e57-5050","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1ff2732-1d4f-4b80-bf40-cea32db1b7b4","resourceInvariantUUID":"90fb37ea-ccb1-49e5-9c4c-584e6e3be10c","resourceCustomizationUUID":"2352f844-5823-4156-9ffa-d588050e566a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml","artifactChecksum":"MmQxNGNiMzA2M2UwZTI3MzdmMGVmNWI5ODUyNGJhNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f267adc2-9afd-4980-9bf1-efd2355474ce","artifactVersion":"1"},{"artifactName":"vfw67947e5750500_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json","artifactChecksum":"MGRkMzIyMTc3MzBlNjZjNmY1NWYzYWUwMDg1YmNhMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2185e8f-b794-47f3-b8a5-b8cfcc4e73e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e70da3c0-76d3-431d-b860-af89141969cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlNmJmNTE2YTgyYjZhMWUzYWFhYjlhNjA3ZWM1OTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f44655f1-6711-4fbb-bffa-b6d568318eb7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1865af10-02cb-4d39-93c5-7aac0be21747","artifactVersion":"2","generatedFromUUID":"e70da3c0-76d3-431d-b860-af89141969cd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230415135249-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml","artifactChecksum":"OTA0OGE3OTExZmJmYmIxZTM3MGM5N2VjMGY3NjEzYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99932c10-366e-4183-8582-f66a5ff53893","artifactVersion":"1"},{"artifactName":"service-Vfw20230415135249-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar","artifactChecksum":"NTQ3OGE1ZTJjMGIzZWYyZDFkNmYzYTBlN2I5ZTdjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4fb3e0fd-2918-4214-8ab9-0a19455f363c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T13:54:01.283Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:01.292Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:01.292Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:01.293Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:01.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to rHAeok4ZQDWAbduxfN8FjA
2023-04-15T13:54:01.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to rHAeok4ZQDWAbduxfN8FjA
2023-04-15T13:54:01.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to rHAeok4ZQDWAbduxfN8FjA
2023-04-15T13:54:01.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to rHAeok4ZQDWAbduxfN8FjA
2023-04-15T13:54:01.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to rHAeok4ZQDWAbduxfN8FjA
2023-04-15T13:54:01.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to rHAeok4ZQDWAbduxfN8FjA
2023-04-15T13:54:01.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:54:01.396Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:54:01.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:54:01.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:54:01.416Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:54:01.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:54:02.322Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:02.323Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:02.323Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:02.323Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:03.325Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:03.326Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:03.326Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:03.326Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:04.327Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:04.328Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:04.328Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:04.328Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:05.330Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:05.331Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:05.331Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:05.331Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:06.332Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:06.333Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:06.333Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:06.333Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:07.334Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:54:07.335Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:07.335Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:07.335Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:08.337Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "serviceName": "vFW 2023-04-15 13-52-49",
  "serviceVersion": "1.0",
  "serviceUUID": "9a0ea024-a842-4992-bd11-d82116768d4c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "45a6b9d2-3ae2-4425-b85d-21a2a3a23beb",
  "resources": [
    {
      "resourceInstanceName": "vFW 67947e57-5050 0",
      "resourceCustomizationUUID": "2352f844-5823-4156-9ffa-d588050e566a",
      "resourceName": "vFW 67947e57-5050",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1ff2732-1d4f-4b80-bf40-cea32db1b7b4",
      "resourceInvariantUUID": "90fb37ea-ccb1-49e5-9c4c-584e6e3be10c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw67947e5750500_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
          "artifactChecksum": "MGRkMzIyMTc3MzBlNjZjNmY1NWYzYWUwMDg1YmNhMWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b2185e8f-b794-47f3-b8a5-b8cfcc4e73e2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e70da3c0-76d3-431d-b860-af89141969cd",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1865af10-02cb-4d39-93c5-7aac0be21747",
            "generatedFromUUID": "e70da3c0-76d3-431d-b860-af89141969cd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1865af10-02cb-4d39-93c5-7aac0be21747",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230415135249-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
      "artifactChecksum": "NTQ3OGE1ZTJjMGIzZWYyZDFkNmYzYTBlN2I5ZTdjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4fb3e0fd-2918-4214-8ab9-0a19455f363c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T13:54:08.339Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T13:54:08.339Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a0ea024-a842-4992-bd11-d82116768d4c ASDC
2023-04-15T13:54:08.399Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f17025e6-b8cb-4075-8d98-40c23dd810fa
ServiceName:vFW 2023-04-15 13-52-49
ServiceVersion:1.0
ServiceUUID:9a0ea024-a842-4992-bd11-d82116768d4c
ServiceInvariantUUID:45a6b9d2-3ae2-4425-b85d-21a2a3a23beb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230415135249-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar
ArtifactUUID:4fb3e0fd-2918-4214-8ab9-0a19455f363c
ArtifactChecksum:NTQ3OGE1ZTJjMGIzZWYyZDFkNmYzYTBlN2I5ZTdjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 67947e57-5050 0
ResourceCustomizationUUID:2352f844-5823-4156-9ffa-d588050e566a
ResourceInvariantUUID:90fb37ea-ccb1-49e5-9c4c-584e6e3be10c
ResourceName:vFW 67947e57-5050
ResourceType:VF
ResourceUUID:f1ff2732-1d4f-4b80-bf40-cea32db1b7b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw67947e5750500_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json
ArtifactUUID:b2185e8f-b794-47f3-b8a5-b8cfcc4e73e2
ArtifactChecksum:MGRkMzIyMTc3MzBlNjZjNmY1NWYzYWUwMDg1YmNhMWQ=
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/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml
ArtifactUUID:e70da3c0-76d3-431d-b860-af89141969cd
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/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env
ArtifactUUID:1865af10-02cb-4d39-93c5-7aac0be21747
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/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env
ArtifactUUID:1865af10-02cb-4d39-93c5-7aac0be21747
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T13:54:08.402Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a0ea024-a842-4992-bd11-d82116768d4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:54:08.577Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T13:54:08.578Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-04-15T13:54:08.580Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-04-15T13:54:08.580Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4fb3e0fd-2918-4214-8ab9-0a19455f363c from URL: /sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:08.581Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-04-15T13:54:08.581Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:08.730Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-04-15T13:54:08.750Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar 4fb3e0fd-2918-4214-8ab9-0a19455f363c 101434
2023-04-15T13:54:08.752Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar ASDC sendASDCNotification
2023-04-15T13:54:08.752Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:08.753Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T13:54:08.754Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:08.754Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:08.755Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566848750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:09.756Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T13:54:09.757Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-04-15T13:54:09.757Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4fb3e0fd-2918-4214-8ab9-0a19455f363c, URL: /sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar to file: /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:09.757Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230415135249-csar.csar
2023-04-15T13:54:09.827Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:09.828Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:10.191Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP537670010943395397/Definitions/service-Vfw20230415135249-template.yml
2023-04-15T13:54:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:54:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:54:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:54:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:54:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:54:10.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-04-15T13:54:12.331Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T13:54:12.334Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 67947e57-5050 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-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:12.335Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-04-15T13:54:12.341Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.342Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.345Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:12.345Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-04-15T13:54:12.346Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T13:54:12.347Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.347Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.348Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:12.348Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-04-15T13:54:12.348Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T13:54:12.348Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.348Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.350Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.350Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:12.350Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-15T13:54:12.351Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.352Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T13:54:12.352Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.352Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T13:54:12.353Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.353Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:12.353Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:12.353Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.353Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:12.353Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:12.354Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.354Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:12.354Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:12.354Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.355Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46041560-fa6d-4968-aca6-ef9fdd182b08
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-15T13:54:12.356Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49878b01-95e3-45b1-90f6-f9324dc0470c
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.357Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d3d7b10-e83e-4b82-bfd6-d4519e13e545
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.358Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.359Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.359Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:12.359Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:12.359Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-15 13-52-49
Description:catalog service description
Model UUID:9a0ea024-a842-4992-bd11-d82116768d4c
Model Version:NULL
Model InvariantUuid:45a6b9d2-3ae2-4425-b85d-21a2a3a23beb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 67947e57-5050
Model UUID:2f6dfad5-d052-4f8e-b19d-1e75eea7505c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:90fb37ea-ccb1-49e5-9c4c-584e6e3be10c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2352f844-5823-4156-9ffa-d588050e566a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c21b4051-40f2-459b-aa65-18a3fc4c2da1
ModelName:Vfw67947e575050..base_vfw..module-0
ModelUuid:b669ad1a-b075-457a-8ab9-1387a6d8d23e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:46041560-fa6d-4968-aca6-ef9fdd182b08
ModelInvariantUuid:15b7ca4f-ed7e-4dd8-bc76-82b4cd76507c
ModelName:vFW 67947e57-5050-nodes.vfwCvfc
ModelUuid:6b6c19ee-a7aa-4b76-bcad-72754cdf5e12
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0268b027-b86b-4ff4-beb5-452f3fec31b5
ModelInvariantUuid:ccba404c-f9be-4e58-a5d5-33a505575549
ModelName:Vfw67947e575050.compute.nodes.heat.vfw
ModelUuid:fe46802a-6dea-4a30-9986-f905fcdd911e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:49878b01-95e3-45b1-90f6-f9324dc0470c
ModelInvariantUuid:5171bc77-4c54-40af-86f5-43470c58b856
ModelName:vFW 67947e57-5050-nodes.vsnCvfc
ModelUuid:ebfecda0-bdec-4997-864b-31b093d5555f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ecd5aee5-169c-4f9a-a4da-6b256340a10c
ModelInvariantUuid:0acd6b43-10aa-4f25-ba81-05bc95ff7215
ModelName:Vfw67947e575050.compute.nodes.heat.vsn
ModelUuid:74c5543f-eb42-440c-b2a4-101687e941a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d3d7b10-e83e-4b82-bfd6-d4519e13e545
ModelInvariantUuid:23b78794-d780-4e1e-b60c-e335a3121fc5
ModelName:vFW 67947e57-5050-nodes.vpgCvfc
ModelUuid:7a898b9d-fa71-4553-9511-3193b9d05bdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fd14305b-80e7-4b1f-a468-98cb94adfcc7
ModelInvariantUuid:45d367f3-ab33-4fb6-b9ff-485ba53177aa
ModelName:Vfw67947e575050.compute.nodes.heat.vpg
ModelUuid:dbd842cd-1f9a-4b9c-8d21-a7263eabb187
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T13:54:12.386Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f1ff2732-1d4f-4b80-bf40-cea32db1b7b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T13:54:12.440Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||vFW 67947e57-5050 0
2023-04-15T13:54:12.449Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1ff2732-1d4f-4b80-bf40-cea32db1b7b4
2023-04-15T13:54:12.450Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b2185e8f-b794-47f3-b8a5-b8cfcc4e73e2 from URL: /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json
2023-04-15T13:54:12.450Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-04-15T13:54:12.450Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json
2023-04-15T13:54:12.550Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-04-15T13:54:12.551Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json b2185e8f-b794-47f3-b8a5-b8cfcc4e73e2 785
2023-04-15T13:54:12.552Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json ASDC sendASDCNotification
2023-04-15T13:54:12.552Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json
2023-04-15T13:54:12.552Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T13:54:12.552Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:12.552Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:12.553Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566852551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:13.554Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw67947e575050..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c21b4051-40f2-459b-aa65-18a3fc4c2da1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b669ad1a-b075-457a-8ab9-1387a6d8d23e",
    "vfModuleModelCustomizationUUID": "9d7c1a33-26f9-4e40-b566-cb65c19e3d15",
    "isBase": true,
    "artifacts": [
      "e70da3c0-76d3-431d-b860-af89141969cd",
      "1865af10-02cb-4d39-93c5-7aac0be21747"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T13:54:13.570Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw67947e575050..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b669ad1a-b075-457a-8ab9-1387a6d8d23e
VfModuleModelInvariantUUID:c21b4051-40f2-459b-aa65-18a3fc4c2da1
VfModuleModelDescription:NULL
Artifacts UUID List:{
e70da3c0-76d3-431d-b860-af89141969cd
,
1865af10-02cb-4d39-93c5-7aac0be21747

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

isBase:true


}

2023-04-15T13:54:13.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw67947e575050..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c21b4051-40f2-459b-aa65-18a3fc4c2da1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b669ad1a-b075-457a-8ab9-1387a6d8d23e",
    "vfModuleModelCustomizationUUID": "9d7c1a33-26f9-4e40-b566-cb65c19e3d15",
    "isBase": true,
    "artifacts": [
      "e70da3c0-76d3-431d-b860-af89141969cd",
      "1865af10-02cb-4d39-93c5-7aac0be21747"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T13:54:13.573Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw67947e575050..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b669ad1a-b075-457a-8ab9-1387a6d8d23e
VfModuleModelInvariantUUID:c21b4051-40f2-459b-aa65-18a3fc4c2da1
VfModuleModelDescription:NULL
Artifacts UUID List:{
e70da3c0-76d3-431d-b860-af89141969cd
,
1865af10-02cb-4d39-93c5-7aac0be21747

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

isBase:true


}

2023-04-15T13:54:13.573Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e70da3c0-76d3-431d-b860-af89141969cd from URL: /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml
2023-04-15T13:54:13.573Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-04-15T13:54:13.574Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml
2023-04-15T13:54:13.678Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-04-15T13:54:13.679Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml e70da3c0-76d3-431d-b860-af89141969cd 20368
2023-04-15T13:54:13.679Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-15T13:54:13.679Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml
2023-04-15T13:54:13.679Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T13:54:13.679Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:13.679Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:13.680Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566853679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:14.680Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1865af10-02cb-4d39-93c5-7aac0be21747 from URL: /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env
2023-04-15T13:54:14.681Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-04-15T13:54:14.681Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env
2023-04-15T13:54:14.783Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-04-15T13:54:14.783Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env 1865af10-02cb-4d39-93c5-7aac0be21747 2098
2023-04-15T13:54:14.784Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-15T13:54:14.784Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env
2023-04-15T13:54:14.784Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T13:54:14.784Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:14.784Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:14.785Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566854784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:15.786Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9a0ea024-a842-4992-bd11-d82116768d4c
2023-04-15T13:54:15.786Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 67947e57-5050 0 f1ff2732-1d4f-4b80-bf40-cea32db1b7b4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T13:54:15.831Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d481ac4, org.onap.sdc.toscaparser.api.parameters.Input@2d997bf8, org.onap.sdc.toscaparser.api.parameters.Input@3d68b6c7, org.onap.sdc.toscaparser.api.parameters.Input@16466d26, org.onap.sdc.toscaparser.api.parameters.Input@5b15cb10]
2023-04-15T13:54:15.834Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.835Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.835Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-04-15T13:54:15.835Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2352f844-5823-4156-9ffa-d588050e566a
2023-04-15T13:54:15.835Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2352f844-5823-4156-9ffa-d588050e566a matches Tosca VF Customization UUID: 2352f844-5823-4156-9ffa-d588050e566a
2023-04-15T13:54:15.835Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2352f844-5823-4156-9ffa-d588050e566a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-15T13:54:15.842Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.842Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.844Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2352f844-5823-4156-9ffa-d588050e566a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-15T13:54:15.844Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ea626ab
2023-04-15T13:54:15.845Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.845Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T13:54:15.845Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d7c1a33-26f9-4e40-b566-cb65c19e3d15
2023-04-15T13:54:15.846Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d7c1a33-26f9-4e40-b566-cb65c19e3d15
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-15T13:54:15.852Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.853Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:15.853Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:15.853Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.853Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:15.853Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:15.853Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.854Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46041560-fa6d-4968-aca6-ef9fdd182b08
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-15T13:54:15.871Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.871Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:15.871Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.872Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49878b01-95e3-45b1-90f6-f9324dc0470c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-15T13:54:15.876Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.877Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:15.877Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:15.881Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.884Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is not matching search criteria
2023-04-15T13:54:15.884Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-15T13:54:15.884Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-15T13:54:15.884Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-15T13:54:15.885Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.885Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:15.885Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.885Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-15T13:54:15.885Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-15T13:54:15.885Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-15T13:54:15.886Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-15T13:54:15.886Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-15T13:54:15.886Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-15T13:54:15.886Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d3d7b10-e83e-4b82-bfd6-d4519e13e545
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-15T13:54:15.892Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.892Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:15.892Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T13:54:15.893Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.893Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Node template vFW 67947e57-5050 0 is matching search criteria
2023-04-15T13:54:15.893Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 67947e57-5050 0] matching following query criteria: sdcType=VF, customizationUUID=2352f844-5823-4156-9ffa-d588050e566a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T13:54:15.896Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.896Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.896Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9a0ea024-a842-4992-bd11-d82116768d4c: vFW 67947e57-5050
2023-04-15T13:54:15.896Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-04-15 13-52-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T13:54:15.897Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-04-15 13-52-49 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:54:16.377Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 67947e57-5050 f1ff2732-1d4f-4b80-bf40-cea32db1b7b4 1 ASDC deployResourceStructure
2023-04-15T13:54:16.377Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json ASDC sendASDCNotification
2023-04-15T13:54:16.378Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json
2023-04-15T13:54:16.378Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T13:54:16.378Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:16.378Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:16.378Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566856377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:17.379Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-15T13:54:17.379Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml
2023-04-15T13:54:17.380Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T13:54:17.380Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:17.380Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:17.380Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566857379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:18.381Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-15T13:54:18.382Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env
2023-04-15T13:54:18.382Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T13:54:18.382Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:18.382Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:18.382Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566858381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:19.383Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar ASDC sendASDCNotification
2023-04-15T13:54:19.383Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar
2023-04-15T13:54:19.383Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T13:54:19.383Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:54:19.383Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:54:19.383Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566859383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:54:20.385Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:54:20.426Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:54:20.432Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T13:54:20.432Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:54:20.432Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:54:50.432Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:54:50.460Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:54:50.465Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T13:54:50.465Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:54:50.465Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:55:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:55:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.431Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.431Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.432Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.432Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.433Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.435Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.435Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.436Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.436Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.437Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566835481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566806827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566791061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566828302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.440Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566828919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566847854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.441Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566847858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566847136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566848750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:55:10.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566848878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566849003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:55:10.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:10.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:55:10.444Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566842770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:55:10.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:55:20.466Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:55:20.490Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:55:20.496Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T13:55:20.496Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:55:20.496Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:55:50.497Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:55:50.531Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:55:50.537Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T13:55:50.537Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:55:50.537Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:56:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:56:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566849882,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.448Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f17025e6-b8cb-4075-8d98-40c23dd810fa
2023-04-15T13:56:10.449Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f17025e6-b8cb-4075-8d98-40c23dd810fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:56:10.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.474Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566850105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.475Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566850018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.475Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566851157,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f17025e6-b8cb-4075-8d98-40c23dd810fa
2023-04-15T13:56:10.489Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f17025e6-b8cb-4075-8d98-40c23dd810fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566852551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566852161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566853679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566854784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566856377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vfw67947e5750500_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566857379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566858381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/resourceInstances/vfw67947e5750500/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681566859383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.516Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566852732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566860633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566861671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.517Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566862678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f17025e6-b8cb-4075-8d98-40c23dd810fa
2023-04-15T13:56:10.531Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f17025e6-b8cb-4075-8d98-40c23dd810fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:56:10.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566865169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230415135249/1.0/artifacts/service-Vfw20230415135249-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566866173,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.569Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f17025e6-b8cb-4075-8d98-40c23dd810fa
2023-04-15T13:56:10.569Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f17025e6-b8cb-4075-8d98-40c23dd810fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.597Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566850886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681566873845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566848154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566853166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566872770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681566879691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566880434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566880440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566879901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566881444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566881557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.605Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681566882448,
  "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-04-15T13:56:10.644Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba4fb1b9-96f0-4399-9750-4c93c9731d69
2023-04-15T13:56:10.644Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba4fb1b9-96f0-4399-9750-4c93c9731d69 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566882643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is  not found"
}
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.666Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681566884669,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to process the artifact",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.680Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of ba4fb1b9-96f0-4399-9750-4c93c9731d69
2023-04-15T13:56:10.680Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba4fb1b9-96f0-4399-9750-4c93c9731d69 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566885445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.700Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.701Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "aai-model-loader",
  "timestamp": 1681566886447,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.715Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba4fb1b9-96f0-4399-9750-4c93c9731d69
2023-04-15T13:56:10.715Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba4fb1b9-96f0-4399-9750-4c93c9731d69 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:56:10.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.740Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566882732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566890514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T13:56:10.741Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681566891520,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "SDN-C encountered an error downloading an artifact in this distribution",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:10.754Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of ba4fb1b9-96f0-4399-9750-4c93c9731d69
2023-04-15T13:56:10.754Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba4fb1b9-96f0-4399-9750-4c93c9731d69 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T13:56:20.537Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:56:20.565Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T13:56:20.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T13:56:20.573Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T13:56:20.573Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T13:56:20.589Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T13:56:50.590Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f17025e6-b8cb-4075-8d98-40c23dd810fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T13:56:50.608Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f17025e6-b8cb-4075-8d98-40c23dd810fa and serviceModelVersionId: 9a0ea024-a842-4992-bd11-d82116768d4c
2023-04-15T13:56:50.608Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45a6b9d2-3ae2-4425-b85d-21a2a3a23beb
2023-04-15T13:57:01.572Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0
2023-04-15T13:57:01.664Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T13:57:02.087Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0|INFO|500||Invoke
2023-04-15T13:57:02.091Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f17025e6-b8cb-4075-8d98-40c23dd810fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[757c66c5-e44c-4ef9-ac92-072739c1f562], X-ECOMP-RequestID=[f17025e6-b8cb-4075-8d98-40c23dd810fa], X-TransactionId=[], X-ONAP-RequestID=[f17025e6-b8cb-4075-8d98-40c23dd810fa], Content-Type=[application/merge-patch+json]}
2023-04-15T13:57:02.122Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T13:57:02.419Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?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/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 13:57:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[265], vertex-id=[221192], x-aai-txid=[1-aai-resources-230415-13:57:01:162-23781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T13:57:02.420Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T13:57:02.421Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45a6b9d2-3ae2-4425-b85d-21a2a3a23beb/model-vers/model-ver/9a0ea024-a842-4992-bd11-d82116768d4c?depth=0|INFO|500||InvokeReturn
2023-04-15T13:57:02.425Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T13:57:02.425Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T13:57:02.438Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T13:57:02.438Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f17025e6-b8cb-4075-8d98-40c23dd810fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T13:57:02.439Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T13:57:02.439Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:02.439Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:02.439Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567022438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T13:57:03.476Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T13:57:03.488Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T13:57:03.488Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T13:57:03.492Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:03.493Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:03.493Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:03.493Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:04.494Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:04.495Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:04.495Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:04.495Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:05.496Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:05.496Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:05.496Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:05.497Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:06.498Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:06.498Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:06.498Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:06.498Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:07.499Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:07.500Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:07.500Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:07.500Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:08.501Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:08.501Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:08.502Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:08.502Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:09.503Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T13:57:09.504Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:09.504Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:09.505Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:10.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.435Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "f17025e6-b8cb-4075-8d98-40c23dd810fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567022438,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T13:57:10.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.437Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T13:57:10.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T13:57:10.438Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567023476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T13:57:10.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:57:10.508Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T13:57:10.508Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T13:57:10.508Z|f17025e6-b8cb-4075-8d98-40c23dd810fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T13:57:10.509Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T13:57:10.509Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T13:57:10.591Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T13:57:10.591Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-04-15T13:57:10.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-04-15T13:57:10.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T13:57:10.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-04-15T13:57:10.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T13:57:10.644Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-04-15T13:57:10.645Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1956f696
2023-04-15T13:57:10.645Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T13:57:10.645Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T13:57:10.647Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T13:57:10.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T13:57:10.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T13:57:10.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T13:57:10.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:10.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:10.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567030647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:11.665Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T13:57:11.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T13:57:11.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T13:57:11.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T13:57:11.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T13:57:11.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T13:57:11.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-04-15T13:57:11.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T13:57:11.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-04-15T13:57:11.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f590373
2023-04-15T13:57:11.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T13:57:11.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T13:57:11.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T13:57:11.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T13:57:11.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T13:57:11.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T13:57:11.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T13:57:11.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T13:57:11.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567031708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:57:12.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T13:57:12.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:57:12.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:57:12.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:57:12.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:57:42.753Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:57:42.774Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:57:42.778Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:57:42.778Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:58:10.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:58:10.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T13:58:10.421Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567030647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T13:58:10.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:58:12.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:58:12.801Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:58:12.805Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:58:12.806Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:58:42.806Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:58:42.832Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:58:42.838Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:58:42.839Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:59:10.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T13:59:10.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T13:59:10.423Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567031708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T13:59:10.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T13:59:12.839Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:59:12.862Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:59:12.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:59:12.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T13:59:42.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:59:42.894Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T13:59:42.902Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T13:59:42.902Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:00:10.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:00:12.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:00:12.929Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:00:12.934Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:00:12.935Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:00:42.935Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:00:42.963Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:00:42.969Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:00:42.970Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:01:10.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:01:12.970Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:01:12.997Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:01:13.003Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:01:13.003Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:01:43.004Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:01:43.038Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:01:43.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:01:43.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:02:03.518Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:02:03.519Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-55058074-e647-4e2c-ae15-a473e36f7fed sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:02:03.520Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:02:03.521Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:02:05.966Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:05.981Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:02:05.982Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:02:05.988Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:02:05.989Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:02:06.002Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:02:06.002Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:02:06.002Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:02:06.009Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:02:06.010Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:02:06.010Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:02:06.010Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=138, 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-04-15T14:02:06.011Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:02:06.011Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:02:10.420Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:02:13.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:02:13.046Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:02:13.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:02:13.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:02:13.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:02:13.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:02:13.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:02:13.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed47d269-4956-4f4f-9e25-5e22858ab7ae], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T14:02:13.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:02:13.272Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:02:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-14:02:12:150-72641], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:02:13.272Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:02:13.273Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:02:13.273Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:02:13.273Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:02:13.285Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:02:13.286Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:02:13.286Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:02:13.286Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:02:13.286Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:02:13.287Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567333286,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:02:13.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:02:13.304Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567333286,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:02:13.305Z||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-04-15T14:02:14.315Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:02:14.315Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:02:14.317Z||pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:02:14.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:02:14.317Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:02:14.318Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:02:14.322Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-bd551439-d337-4381-bbb4-897ca84ff73f
2023-04-15T14:02:14.323Z||pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:02:14.323Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:02:14.323Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:02:15.108Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:18.118Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:21.129Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:24.138Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:27.166Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:30.177Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:33.187Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:36.196Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:39.206Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:42.216Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:45.225Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:48.234Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:51.243Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:54.255Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:02:57.265Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:03:00.274Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:03:03.285Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:03:06.296Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:03:09.312Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:03:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:10.431Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:03:10.431Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:03:10.436Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-bd551439-d337-4381-bbb4-897ca84ff73f', protocol='range'}
2023-04-15T14:03:10.436Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:03:10.442Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-bd551439-d337-4381-bbb4-897ca84ff73f=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:03:10.453Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-bd551439-d337-4381-bbb4-897ca84ff73f', protocol='range'}
2023-04-15T14:03:10.454Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:03:10.454Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:03:10.454Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:03:10.454Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:03:10.454Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:03:10.457Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:03:10.457Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:03:10.457Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:03:10.457Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:03:10.457Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:03:10.457Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:03:10.458Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:03:10.459Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:03:10.459Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:03:10.459Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=139, 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-04-15T14:03:10.459Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:03:10.459Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:03:11.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:03:11.475Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:03:11.483Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:11.484Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:11.484Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:11.484Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:11.485Z||kafka-producer-network-thread | SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-4e8bdbda-ff37-464a-b3a6-fbff79513374] Node 0 disconnected.
2023-04-15T14:03:11.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:03:11.502Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:03:11.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:03:12.484Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:12.485Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:12.485Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:12.485Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:13.487Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:13.488Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:13.488Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:13.488Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:14.489Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:14.490Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:14.490Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:14.490Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:15.491Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:15.492Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:15.492Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:15.492Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:16.493Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:16.493Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:16.493Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:16.493Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:17.494Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:03:17.495Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:17.495Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:17.495Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:18.497Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:03:18.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:03:18.497Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:03:18.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:03:18.499Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:03:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:03:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:03:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:03:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:03:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-15T14:03:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:03:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-15T14:03:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59c75915
2023-04-15T14:03:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:03:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:03:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:03:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:03:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:03:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:03:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567398578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:03:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:03:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:03:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:03:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:03:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:03:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-15T14:03:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2973959c
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:03:19.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:03:19.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567399629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:03:20.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:03:20.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:03:20.655Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:03:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:03:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:03:50.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:03:50.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:03:50.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:03:50.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:04:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:04:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:04:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:04:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:04:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567334315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567398578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567399629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:04:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:04:20.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:04:20.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:04:20.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:04:20.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:04:50.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:04:50.745Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:04:50.750Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:04:50.750Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:05:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:05:20.751Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:05:20.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:05:20.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:05:20.787Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:05:50.787Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:05:50.812Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:05:50.817Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:05:50.817Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:06:10.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:06:20.818Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:06:20.837Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:06:20.841Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:06:20.841Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:06:50.842Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:06:50.863Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:06:50.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:06:50.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:07:10.421Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:07:20.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:07:20.891Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:07:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:07:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:07:50.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:07:50.916Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:07:50.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:07:50.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:08:10.422Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:08:11.563Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:08:11.563Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-bd551439-d337-4381-bbb4-897ca84ff73f sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:08:11.564Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:08:11.564Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:08:13.897Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:13.915Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:08:13.918Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:08:13.924Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:08:13.924Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:08:13.938Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:08:13.938Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:08:13.938Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:08:13.943Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:08:13.943Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:08:13.943Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:08:13.944Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=148, 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-04-15T14:08:13.944Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:08:13.944Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:08:20.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:08:20.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:08:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:08:20.932Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:08:20.933Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:08:20.938Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:08:20.976Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:08:20.976Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c670e54-c6c1-4c23-a2ca-b8efd2dd7b37], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T14:08:20.983Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:08:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:08:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-14:08:20:020-27830], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:08:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:08:21.160Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:08:21.160Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:08:21.160Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567701166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:08:21.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T14:08:21.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567701166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:08:21.183Z||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-04-15T14:08:22.189Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:08:22.190Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:08:22.190Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:08:22.191Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:08:22.191Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:08:22.191Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:08:22.196Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-30d8cce6-5218-45df-88ee-f5e453be8c2a
2023-04-15T14:08:22.197Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:08:22.197Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:08:22.197Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:08:23.088Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:26.096Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:29.105Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:32.115Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:35.125Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:38.134Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:41.143Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:44.153Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:47.162Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:50.171Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:53.179Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:56.185Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:08:59.194Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:09:02.206Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:09:05.214Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:09:08.221Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:09:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:10.441Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:09:10.443Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:09:10.448Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:09:10.448Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-30d8cce6-5218-45df-88ee-f5e453be8c2a', protocol='range'}
2023-04-15T14:09:10.453Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-30d8cce6-5218-45df-88ee-f5e453be8c2a=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T14:09:10.468Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:09:10.469Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-30d8cce6-5218-45df-88ee-f5e453be8c2a', protocol='range'}
2023-04-15T14:09:10.469Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:09:10.469Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:09:10.469Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:09:10.470Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:09:10.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:09:10.478Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:09:10.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:09:10.478Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:09:10.478Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:09:10.478Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:09:10.479Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:09:10.479Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:09:10.479Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:09:10.479Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=149, 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-04-15T14:09:10.480Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:09:10.480Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:09:11.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:09:11.499Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:11.499Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:11.499Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:11.499Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:11.512Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.513Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567713868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.513Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.513Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.513Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567720708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567723481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567725716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567712770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567722732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.514Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567713868,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567720708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567712770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567723481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567725716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567722732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567731914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567732675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567731936,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567732974,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:09:11.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567733681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:09:11.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567734683,
  "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-04-15T14:09:11.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
2023-04-15T14:09:11.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:09:11.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567734481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567734837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567735497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:09:11.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
2023-04-15T14:09:11.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:09:11.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:09:11.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567735839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:09:11.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
2023-04-15T14:09:11.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:09:12.500Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:12.500Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:12.501Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:12.501Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:13.502Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:13.503Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:13.503Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:13.503Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:14.504Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:14.504Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:14.504Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:14.504Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:15.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:15.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:15.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:15.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:16.506Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:16.506Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:16.506Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:16.506Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:17.507Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:09:17.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:17.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:17.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:18.509Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:09:18.510Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:09:18.510Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:09:18.510Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:09:18.510Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:09:18.548Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:09:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:09:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:09:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:09:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-15T14:09:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:09:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-15T14:09:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@676799f9
2023-04-15T14:09:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567758575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:19.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:09:19.585Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:09:19.585Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:09:19.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:09:19.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:09:19.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:09:19.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-15T14:09:19.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:09:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-15T14:09:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5216d4d2
2023-04-15T14:09:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:09:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:09:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:09:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:09:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:09:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:09:19.610Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:09:19.610Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:09:19.610Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567759609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:09:20.611Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:09:20.612Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:09:20.628Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:09:20.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:09:20.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:09:50.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:09:50.652Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:09:50.655Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:09:50.655Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:10:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:10:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:10:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:10:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:10:20.656Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:10:20.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:10:20.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:10:20.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:10:50.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:10:50.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:10:50.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:10:50.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:11:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:11:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567758575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567759609,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567765687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567732919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567753845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567762477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567776760,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567777533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567778538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:11:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567779541,
  "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-04-15T14:11:10.451Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7360659f-ac2f-4593-bd41-4e54140b55ae
2023-04-15T14:11:10.452Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7360659f-ac2f-4593-bd41-4e54140b55ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567772770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567780901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567784889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.461Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567785892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:11:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7360659f-ac2f-4593-bd41-4e54140b55ae
2023-04-15T14:11:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7360659f-ac2f-4593-bd41-4e54140b55ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:11:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567782732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567791600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567793419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567794422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:11:10.480Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7360659f-ac2f-4593-bd41-4e54140b55ae
2023-04-15T14:11:10.480Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7360659f-ac2f-4593-bd41-4e54140b55ae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:11:10.488Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.488Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681567798195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567777762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567780543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567777417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567807743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681567806987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567807748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567808754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567808873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:11:10.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:10.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:11:10.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567802771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:11:10.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:11:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:11:20.732Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:11:20.736Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:11:20.736Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:11:50.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:11:50.759Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:11:50.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:11:50.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:12:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:12:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681567809763,
  "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-04-15T14:12:10.454Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10300c5e-2681-427b-b37d-dd3064d54de5
2023-04-15T14:12:10.454Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10300c5e-2681-427b-b37d-dd3064d54de5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:12:10.472Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.472Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567809974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:12:10.472Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.472Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.473Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567809902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:12:10.473Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.473Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.473Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567810986,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:12:10.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10300c5e-2681-427b-b37d-dd3064d54de5
2023-04-15T14:12:10.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10300c5e-2681-427b-b37d-dd3064d54de5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-15T14:12:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681567811989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T14:12:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:12:10.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567815238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.496Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "aai-model-loader",
  "timestamp": 1681567816241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:12:10.504Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10300c5e-2681-427b-b37d-dd3064d54de5
2023-04-15T14:12:10.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10300c5e-2681-427b-b37d-dd3064d54de5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:12:10.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567820545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567822655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:12:10.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681567823663,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:12:10.532Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10300c5e-2681-427b-b37d-dd3064d54de5
2023-04-15T14:12:10.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10300c5e-2681-427b-b37d-dd3064d54de5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:12:20.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:12:20.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:12:20.783Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:12:20.783Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:12:50.783Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:12:50.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:12:50.807Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:12:50.807Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:13:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:13:20.807Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:13:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:13:20.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:13:20.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:13:50.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:13:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:13:50.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:13:50.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:14:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:14:11.565Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:14:11.566Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-30d8cce6-5218-45df-88ee-f5e453be8c2a sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:14:11.566Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:14:11.566Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:14:14.257Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:14:14.276Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:14:14.277Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:14:14.287Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:14:14.288Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:14:14.300Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:14:14.301Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:14:14.301Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:14:14.306Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:14:14.306Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:14:14.306Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:14:14.307Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=295, 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-04-15T14:14:14.307Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:14:14.307Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:14:20.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:14:20.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:14:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:14:20.865Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:14:20.866Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:14:20.872Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:14:20.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:14:20.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9c256a5f-ee67-453d-ba62-989e62595913], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T14:14:20.906Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:14:21.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:14:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-14:14:19:936-95314], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:14:21.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:14:21.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:14:21.069Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:14:21.069Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:14:21.074Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:14:21.074Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:14:21.074Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:14:21.074Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:14:21.075Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:14:21.075Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568061074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:14:21.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:14:21.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568061074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:14:21.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|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-04-15T14:14:22.096Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:14:22.096Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:14:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:14:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:14:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:14:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:14:23.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:14:23.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:14:23.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:14:23.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:14:24.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:14:24.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:14:24.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T14:14:24.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T14:14:24.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:14:24.152Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:14:24.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:14:24.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:14:24.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:14:24.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-15T14:14:24.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:14:24.455Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-15T14:14:24.456Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T14:14:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:14:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:14:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:14:24.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:14:24.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:14:24.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568064457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:14:25.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:14:25.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-15T14:14:25.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T14:14:25.462Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.462Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.634Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11443733751168473335/Definitions/service-BasicNetwork-template.yml
2023-04-15T14:14:25.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:14:25.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:25.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:14:25.993Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 657faccc-87ce-4192-aaa7-31a461038634
2023-04-15T14:14:25.993Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||No resources found for Service: 769324ba-8f62-4611-84be-d470f143072f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:14:25.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||
2023-04-15T14:14:25.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-04-15T14:14:25.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:14:25.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:14:25.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-04-15T14:14:25.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:14:26.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d05b39, org.onap.sdc.toscaparser.api.parameters.Input@72256a74, org.onap.sdc.toscaparser.api.parameters.Input@61e73b6e, org.onap.sdc.toscaparser.api.parameters.Input@6bbf08f9, org.onap.sdc.toscaparser.api.parameters.Input@6a378f24]
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 769324ba-8f62-4611-84be-d470f143072f: Generic NeutronNet
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-04-15T14:14:26.038Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.039Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:26.039Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.039Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:26.039Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:14:26.039Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:14:26.039Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:14:26.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568066132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:14:27.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:14:27.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:14:27.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:14:27.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:14:57.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:14:57.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:14:57.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T14:14:57.179Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T14:14:57.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:14:57.219Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T14:14:57.220Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c5c9bd0-1a14-49cf-ac1f-d609f69605b2], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T14:14:57.228Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:14:57.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:14:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-14:14:56:257-49426], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:14:57.379Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:14:57.380Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T14:14:57.381Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:14:57.381Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:14:57.387Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:14:57.388Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:14:57.388Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:14:57.388Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:14:57.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:14:57.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568097388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:14:58.415Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:14:58.416Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:14:58.416Z||pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:14:58.417Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:14:58.417Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:14:58.417Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:14:58.422Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-61ce1034-2891-44db-8350-1d7a9d4ae3f4
2023-04-15T14:14:58.423Z||pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:14:58.423Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:14:58.423Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:14:59.613Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:15:02.621Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:15:05.640Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:15:08.649Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:15:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:15:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:15:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:15:10.436Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-61ce1034-2891-44db-8350-1d7a9d4ae3f4', protocol='range'}
2023-04-15T14:15:10.440Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-61ce1034-2891-44db-8350-1d7a9d4ae3f4=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:15:10.452Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-61ce1034-2891-44db-8350-1d7a9d4ae3f4', protocol='range'}
2023-04-15T14:15:10.452Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:15:10.453Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:15:10.453Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:15:10.453Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:15:10.453Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:15:10.457Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:15:10.457Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:15:10.457Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:15:10.457Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:15:10.457Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:15:10.457Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:15:10.457Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:15:10.458Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=296, 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-04-15T14:15:10.458Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:15:10.458Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:15:10.458Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:15:10.458Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:15:11.473Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:15:11.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681567702189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:15:11.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568064457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:15:11.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:15:11.476Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:15:11.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:15:11.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568066132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:15:11.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:15:11.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:15:11.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568097388,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:15:11.477Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:15:11.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:11.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:11.479Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:11.479Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:12.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:12.481Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:12.481Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:12.481Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:13.482Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:13.483Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:13.483Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:13.483Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:14.483Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:14.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:14.484Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:14.484Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:15.488Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:15.489Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:15.489Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:15.489Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:16.489Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:16.490Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:16.490Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:16.490Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:17.491Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:15:17.491Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:17.491Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:17.492Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:18.493Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:15:18.493Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:15:18.493Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:15:18.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:15:18.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:15:18.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:15:18.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:15:18.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:15:18.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:15:18.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:15:18.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:15:18.567Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:15:18.567Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63175a6b
2023-04-15T14:15:18.568Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:15:18.568Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:15:18.568Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:15:18.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:15:18.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:15:18.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:15:18.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:18.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:18.570Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568118569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:19.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:15:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:15:19.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:15:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:15:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:15:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:15:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:15:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:15:19.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:15:19.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15641246
2023-04-15T14:15:19.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:15:19.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:15:19.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:15:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:15:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:15:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:15:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:15:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:15:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568119606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:15:20.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:15:20.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:15:20.613Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:15:20.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:15:20.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:15:50.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:15:50.635Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:15:50.639Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:15:50.639Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:16:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:16:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:16:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:16:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:16:20.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:16:21.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:16:21.149Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:16:21.149Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:16:51.149Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:16:51.167Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:16:51.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:16:51.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:17:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:17:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:17:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568118569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568119606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:17:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:17:21.172Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:17:21.182Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:17:21.184Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:17:21.184Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:17:51.184Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:17:51.205Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:17:51.208Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:17:51.208Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:18:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:18:21.208Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:18:21.228Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:18:21.233Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:18:21.233Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:18:51.234Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:18:51.255Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:18:51.259Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:18:51.259Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:19:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:19:21.259Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:19:21.270Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:19:21.272Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:19:21.272Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:19:51.272Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:19:51.292Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:19:51.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:19:51.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:20:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:11.528Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:20:11.528Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-61ce1034-2891-44db-8350-1d7a9d4ae3f4 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:20:11.528Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:20:11.528Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:20:14.071Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:20:14.084Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:20:14.084Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:20:14.095Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:20:14.096Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:20:14.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:20:14.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:20:14.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:20:14.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:20:14.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:20:14.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:20:14.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=310, 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-04-15T14:20:14.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:20:14.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:20:21.297Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:20:21.297Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:20:21.302Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:20:21.303Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:20:21.303Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:20:21.310Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:20:21.356Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:20:21.359Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:20:21.368Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:20:21.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:20:21.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:20:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-14:20:20:397-38863], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:20:21.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:20:21.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:20:21.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:20:21.536Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:20:21.536Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:20:21.536Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:20:21.537Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:21.537Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:21.537Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568421536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:21.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:20:21.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568421536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:20:21.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|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-04-15T14:20:22.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:20:22.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:20:22.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:20:22.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:22.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:22.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:23.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:20:23.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:23.560Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:23.560Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:24.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:20:24.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:20:24.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T14:20:24.561Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T14:20:24.562Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T14:20:24.588Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:20:24.588Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:20:24.588Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:20:24.588Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:20:24.589Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:20:24.589Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:20:24.801Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:20:24.804Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T14:20:24.804Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:20:24.804Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:20:24.804Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:20:24.805Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:24.805Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:24.805Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568424804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:25.806Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:20:25.806Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:20:25.806Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:25.807Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T14:20:25.807Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:25.807Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:25.882Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9062117476864473679/Definitions/service-BasicNetwork-template.yml
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:20:26.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:20:26.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:20:26.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T14:20:26.309Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T14:20:26.309Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:20:26.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T14:20:26.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:20:26.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:26.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:26.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568426309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:27.312Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:20:27.312Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T14:20:27.312Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:20:27.313Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:27.313Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:27.313Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568427311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:20:28.314Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:20:28.332Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:20:28.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:20:28.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:20:28.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:20:28.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:20:28.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:20:28.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:20:28.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:20:28.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:20:28.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:20:28.343Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:20:58.344Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:20:58.350Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:20:58.350Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T14:20:58.351Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T14:20:58.357Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:20:58.384Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:20:58.386Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T14:20:58.394Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:20:58.556Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T14:20:58.557Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:20:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-14:20:57:422-39326], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:20:58.561Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:20:58.561Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:20:58.561Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:20:58.566Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:20:58.567Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:20:58.567Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:20:58.567Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:58.568Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:58.568Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568458567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:20:59.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:20:59.593Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:20:59.593Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:20:59.594Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:20:59.594Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:20:59.594Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:00.595Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:00.595Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:00.595Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:00.595Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:01.596Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:01.597Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:01.597Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:01.597Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:02.598Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:02.598Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:02.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:02.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:03.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:03.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:03.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:03.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:04.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:04.602Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:04.602Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:04.602Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:05.603Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:05.604Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:05.604Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:05.604Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:06.605Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:06.605Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:06.605Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:06.605Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:07.607Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:21:07.607Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:21:07.607Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T14:21:07.608Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T14:21:07.608Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:21:07.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:21:07.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:21:07.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:21:07.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:07.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:21:07.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:07.939Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:21:07.942Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T14:21:07.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:21:07.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:07.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:21:07.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:07.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:07.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568467942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:08.943Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:21:08.944Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:21:08.944Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:08.944Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:08.945Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:08.945Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.015Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP651138486471466284/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T14:21:09.644Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:21:09.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.649Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:21:09.661Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:21:09.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||pNF 970bc155-1c62 0
2023-04-15T14:21:09.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217
2023-04-15T14:21:09.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:21:09.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:21:09.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 970bc155-1c62 0 39dc3673-9c1e-4813-8337-f3305d7f6217 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:21:09.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@739e89c0, org.onap.sdc.toscaparser.api.parameters.Input@54fa9b6e, org.onap.sdc.toscaparser.api.parameters.Input@654c5355, org.onap.sdc.toscaparser.api.parameters.Input@5e3d06db, org.onap.sdc.toscaparser.api.parameters.Input@59ea4455]
2023-04-15T14:21:09.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6ca203f7-00da-4569-ac24-2c309a7db180: pNF 970bc155-1c62
2023-04-15T14:21:09.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Processing PNF resource: 39dc3673-9c1e-4813-8337-f3305d7f6217
2023-04-15T14:21:09.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:09.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:09.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Resource customization UUID: 495505fa-534b-4b6f-8e15-1578980f7741 is the same as notified resource customizationUUID: 495505fa-534b-4b6f-8e15-1578980f7741
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-15T14:21:09.729Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 970bc155-1c62 39dc3673-9c1e-4813-8337-f3305d7f6217 0 ASDC deployResourceStructure
2023-04-15T14:21:09.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:21:09.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:21:09.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T14:21:09.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:09.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:09.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568469730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568424804,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568426309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568427311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568458567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:21:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568467942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568469730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:21:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:21:10.731Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:21:10.748Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:10.752Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:10.753Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:21:10.758Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:21:40.759Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:21:40.767Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:21:40.767Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T14:21:40.768Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T14:21:40.772Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:21:40.820Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:21:40.822Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T14:21:40.830Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:21:41.056Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T14:21:41.056Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:21:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[222], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-14:21:39:859-47819], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:21:41.058Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:21:41.058Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:21:41.058Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:21:41.063Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:21:41.063Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:21:41.064Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:21:41.064Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:41.064Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:41.065Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568501063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:21:42.086Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:21:42.086Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:21:42.086Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:42.086Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:42.087Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:42.087Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:43.087Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:43.088Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:43.088Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:43.088Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:44.090Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:44.090Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:44.090Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:44.090Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:45.091Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:45.092Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:45.092Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:45.092Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:46.093Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:46.094Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:46.094Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:46.094Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:47.095Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:47.096Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:47.096Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:47.096Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:48.097Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:21:48.097Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:48.098Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:48.098Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:49.100Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:21:49.100Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:21:49.101Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T14:21:49.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:21:49.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:21:49.173Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:21:49.173Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:21:49.173Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:21:49.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:21:49.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:21:49.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:21:49.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:21:49.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T14:21:49.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:21:49.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:21:49.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:21:49.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:49.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:49.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568509501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:50.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:21:50.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:21:50.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:50.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T14:21:50.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:50.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:50.599Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13588626028090614019/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.579Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:51.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:21:51.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.582Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:51.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:51.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:21:51.597Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d831cef-b339-4532-9323-38abc0e9b372
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:21:51.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-04-15T14:21:51.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d831cef-b339-4532-9323-38abc0e9b372
2023-04-15T14:21:51.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc11e0df-b661-4cbf-95e2-76953234f63e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-15T14:21:51.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:21:51.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-15T14:21:51.702Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:21:51.703Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dc11e0df-b661-4cbf-95e2-76953234f63e 787
2023-04-15T14:21:51.703Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-04-15T14:21:51.703Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-15T14:21:51.703Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:21:51.703Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:51.703Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:51.704Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568511703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:52.704Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a7dc60a-f97b-46db-ab87-2d040afa499d",
    "vfModuleModelCustomizationUUID": "223d93c2-f524-473d-a671-2211ae8d5b56",
    "isBase": true,
    "artifacts": [
      "7fabe2fb-ba05-469d-9645-1d0303f58daf",
      "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T14:21:52.709Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a7dc60a-f97b-46db-ab87-2d040afa499d
VfModuleModelInvariantUUID:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fabe2fb-ba05-469d-9645-1d0303f58daf
,
f45d3921-e9a6-419d-a9b2-b9c65d0c42b8

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

isBase:true


}

2023-04-15T14:21:52.712Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a7dc60a-f97b-46db-ab87-2d040afa499d",
    "vfModuleModelCustomizationUUID": "223d93c2-f524-473d-a671-2211ae8d5b56",
    "isBase": true,
    "artifacts": [
      "7fabe2fb-ba05-469d-9645-1d0303f58daf",
      "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T14:21:52.713Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a7dc60a-f97b-46db-ab87-2d040afa499d
VfModuleModelInvariantUUID:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fabe2fb-ba05-469d-9645-1d0303f58daf
,
f45d3921-e9a6-419d-a9b2-b9c65d0c42b8

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

isBase:true


}

2023-04-15T14:21:52.713Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fabe2fb-ba05-469d-9645-1d0303f58daf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-15T14:21:52.713Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:21:52.713Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-15T14:21:52.831Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:21:52.831Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7fabe2fb-ba05-469d-9645-1d0303f58daf 5033
2023-04-15T14:21:52.831Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-15T14:21:52.832Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-15T14:21:52.832Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:21:52.832Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:52.832Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:52.832Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568512831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:53.833Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f45d3921-e9a6-419d-a9b2-b9c65d0c42b8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-15T14:21:53.833Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:21:53.834Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-15T14:21:54.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:21:54.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f45d3921-e9a6-419d-a9b2-b9c65d0c42b8 903
2023-04-15T14:21:54.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-15T14:21:54.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-15T14:21:54.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:21:54.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:54.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:54.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568514015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:55.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T14:21:55.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3d831cef-b339-4532-9323-38abc0e9b372 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:21:55.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a405a8c, org.onap.sdc.toscaparser.api.parameters.Input@6f2681f2, org.onap.sdc.toscaparser.api.parameters.Input@31955df9, org.onap.sdc.toscaparser.api.parameters.Input@65f51aed, org.onap.sdc.toscaparser.api.parameters.Input@4d49a8e5]
2023-04-15T14:21:55.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-15T14:21:55.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 05f8e7ff-673d-44e8-b92b-b5f3c271e284
2023-04-15T14:21:55.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05f8e7ff-673d-44e8-b92b-b5f3c271e284 matches Tosca VF Customization UUID: 05f8e7ff-673d-44e8-b92b-b5f3c271e284
2023-04-15T14:21:55.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 05f8e7ff-673d-44e8-b92b-b5f3c271e284  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-15T14:21:55.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.046Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.046Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 05f8e7ff-673d-44e8-b92b-b5f3c271e284: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-15T14:21:55.046Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40b53530
2023-04-15T14:21:55.046Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.046Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T14:21:55.046Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 223d93c2-f524-473d-a671-2211ae8d5b56
2023-04-15T14:21:55.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 223d93c2-f524-473d-a671-2211ae8d5b56
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-15T14:21:55.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:55.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:21:55.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-15T14:21:55.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:55.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:21:55.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:21:55.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=05f8e7ff-673d-44e8-b92b-b5f3c271e284
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:21:55.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 81dbd375-16b4-4cc1-b27e-3476eca0fbde: basic_vm
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:21:55.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T14:21:55.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3d831cef-b339-4532-9323-38abc0e9b372 1 ASDC deployResourceStructure
2023-04-15T14:21:55.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-04-15T14:21:55.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-15T14:21:55.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T14:21:55.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:55.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:55.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568515185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:56.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-15T14:21:56.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-15T14:21:56.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T14:21:56.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:56.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:56.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568516186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:57.188Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-15T14:21:57.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-15T14:21:57.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T14:21:57.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:57.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:57.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568517188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:58.191Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:21:58.191Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:21:58.191Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T14:21:58.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:21:58.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:21:58.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568518191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:21:59.193Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:21:59.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:21:59.213Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:21:59.214Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:21:59.223Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:22:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:22:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568501063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:22:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568098415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568509501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568511703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568512831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:22:10.431Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568514015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568515185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568516186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568517188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-15T14:22:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:22:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568518191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T14:22:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:22:29.224Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:22:29.234Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T14:22:29.234Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T14:22:29.235Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T14:22:29.242Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:22:29.270Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:22:29.273Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T14:22:29.281Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:22:29.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T14:22:29.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:22:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-14:22:28:309-58162], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:22:29.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:22:29.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:22:29.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:22:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:22:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:22:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:22:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:22:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:22:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568549452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:22:30.474Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:22:30.475Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:22:30.475Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:22:30.475Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:22:30.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:22:30.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:22:30.481Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-00bb3cc2-9f00-499b-b398-16f344153368
2023-04-15T14:22:30.482Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T14:22:30.482Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:22:30.482Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:22:32.736Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:35.746Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:38.757Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:41.770Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:44.781Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:47.794Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:50.803Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:53.813Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:56.821Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:22:59.831Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:23:02.840Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:23:05.849Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:23:08.859Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:23:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:23:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:23:10.441Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:23:10.441Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-00bb3cc2-9f00-499b-b398-16f344153368', protocol='range'}
2023-04-15T14:23:10.446Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-00bb3cc2-9f00-499b-b398-16f344153368=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T14:23:10.459Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:23:10.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-00bb3cc2-9f00-499b-b398-16f344153368', protocol='range'}
2023-04-15T14:23:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:23:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:23:10.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:23:10.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:23:10.464Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:23:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:23:10.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:23:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:23:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:23:10.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:23:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=343, 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-04-15T14:23:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:23:10.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:23:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:23:10.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:23:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:23:11.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:23:11.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:23:11.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:11.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:11.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:11.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568549452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:23:12.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:12.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:12.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:12.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:13.492Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:13.492Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:13.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:13.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:14.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:14.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:14.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:14.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:15.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:15.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:15.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:15.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:16.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:16.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:16.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:16.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:17.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:23:17.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:17.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:17.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:18.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:23:18.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:23:18.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:23:18.502Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:23:18.502Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:23:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:23:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:23:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:23:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:23:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:23:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:23:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:23:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5977917e
2023-04-15T14:23:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:23:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568598557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:19.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:23:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:23:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:23:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:23:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:23:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:23:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:23:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:23:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:23:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@624619ba
2023-04-15T14:23:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:23:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:23:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:23:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:23:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:23:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:23:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:23:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:23:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568599602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:23:20.604Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:23:20.604Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:23:20.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:23:20.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:23:20.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:23:50.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:23:50.638Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:23:50.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:23:50.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:24:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:24:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:24:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:24:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:24:20.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:24:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:24:20.663Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:24:20.663Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:24:50.663Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:24:50.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:24:50.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:24:50.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:25:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:25:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568598557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:25:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568599602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:25:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:25:20.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:25:20.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:25:20.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:25:20.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:25:50.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:25:50.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:25:50.726Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:25:50.726Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:26:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:26:20.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:26:20.745Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:26:20.750Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:26:20.750Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:26:50.750Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:26:50.767Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:26:50.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:26:50.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:27:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:27:20.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:27:20.792Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:27:20.795Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:27:20.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:27:50.797Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:27:50.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:27:50.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:27:50.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:28:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:11.541Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:28:11.541Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-00bb3cc2-9f00-499b-b398-16f344153368 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:28:11.541Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:28:11.541Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:28:14.064Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:28:14.077Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:28:14.078Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:28:14.085Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:28:14.085Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:28:14.102Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:28:14.102Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:28:14.102Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:28:14.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:28:14.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:28:14.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:28:14.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=353, 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-04-15T14:28:14.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:28:14.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:28:20.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:28:20.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:28:20.834Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:28:20.834Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:28:20.835Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:28:20.840Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:28:20.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:28:20.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:28:20.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:28:21.032Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:28:21.033Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:28:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-14:28:19:894-17709], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:28:21.035Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:28:21.035Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:28:21.036Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:28:21.041Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:28:21.042Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:28:21.042Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:28:21.043Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:21.043Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:21.043Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568901042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:21.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:28:21.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568901042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:28:21.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|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-04-15T14:28:22.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:28:22.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:28:22.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:28:22.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:22.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:22.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:23.069Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:28:23.070Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:23.070Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:23.070Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:24.072Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:28:24.072Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:28:24.072Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T14:28:24.073Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T14:28:24.073Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T14:28:24.105Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:28:24.105Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:28:24.105Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:28:24.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:28:24.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:28:24.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:28:24.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:28:24.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T14:28:24.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:28:24.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:28:24.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:28:24.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:24.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:24.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568904426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:25.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:28:25.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:28:25.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T14:28:25.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10452208160511270006/Definitions/service-BasicNetwork-template.yml
2023-04-15T14:28:25.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:28:25.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:28:25.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:28:25.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:28:25.905Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T14:28:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T14:28:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:28:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T14:28:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:28:25.930Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:25.930Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:25.930Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568905929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:26.931Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:28:26.931Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T14:28:26.932Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:28:26.932Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:26.932Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:26.933Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568906931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:28:27.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:28:27.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:28:27.947Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:28:27.952Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:28:57.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:28:57.957Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:28:57.957Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T14:28:57.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T14:28:57.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:28:57.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T14:28:57.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c36e201-90dd-4bd7-b8c0-5a74ee457ad2], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T14:28:57.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:28:58.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:28:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-14:28:57:014-331], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:28:58.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:28:58.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T14:28:58.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:28:58.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:28:58.155Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:28:58.155Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:28:58.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:28:58.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:58.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:58.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568938155,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:28:59.179Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:28:59.179Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:28:59.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:28:59.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:28:59.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:28:59.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:00.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:00.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:00.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:00.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:01.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:01.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:01.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:01.184Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:02.185Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:02.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:02.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:02.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:03.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:03.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:03.188Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:03.188Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:04.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:04.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:04.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:04.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:05.191Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:05.192Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:05.192Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:05.192Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:06.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:06.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:06.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:06.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:07.195Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:29:07.195Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:29:07.195Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T14:29:07.195Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T14:29:07.196Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T14:29:07.241Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:29:07.241Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:29:07.241Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:29:07.242Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:07.242Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:29:07.242Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:07.563Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:29:07.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T14:29:07.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:29:07.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:07.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:29:07.569Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:07.569Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:07.569Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568947568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:08.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:29:08.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:29:08.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:08.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:08.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:08.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:08.651Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11281711669991537120/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T14:29:09.248Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:29:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:09.251Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T14:29:09.280Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T14:29:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:29:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T14:29:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:29:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568949281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:10.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:29:10.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T14:29:10.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:29:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568950282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568904426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568905929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568906931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568938155,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.428Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568947568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568949281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:10.429Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:29:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568950282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T14:29:10.430Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:29:11.285Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:29:11.304Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:29:11.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:29:11.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:29:11.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:29:11.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:29:11.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:29:11.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:29:41.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:29:41.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:29:41.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T14:29:41.327Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T14:29:41.334Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:29:41.363Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T14:29:41.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8befb55c-613f-46fd-ab66-8b0799cc9181], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T14:29:41.374Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:29:41.544Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:29:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-14:29:40:398-80481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:29:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:29:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T14:29:41.546Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:29:41.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:29:41.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:29:41.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:29:41.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:29:41.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:41.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:41.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568981551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:29:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:29:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:29:42.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:42.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:42.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:42.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:43.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:43.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:43.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:43.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:44.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:44.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:44.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:44.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:45.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:45.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:45.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:45.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:46.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:46.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:46.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:46.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:47.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:47.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:47.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:47.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:48.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:29:48.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:48.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:48.587Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:49.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:29:49.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:29:49.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T14:29:49.589Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:29:49.590Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T14:29:49.629Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:29:49.629Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:29:49.629Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:29:49.629Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:29:49.630Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:29:49.630Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:29:49.929Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:29:49.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T14:29:49.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:29:49.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:29:49.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:29:49.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:49.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:49.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568989931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:50.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:29:50.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:29:50.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:50.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T14:29:50.935Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:50.935Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:51.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14018062084441284302/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T14:29:52.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:29:52.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:29:52.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:29:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T14:29:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:29:52.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:29:52.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T14:29:52.062Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T14:29:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:29:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T14:29:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:29:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568992062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:53.064Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:29:53.065Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T14:29:53.065Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:29:53.065Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:29:53.066Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:29:53.066Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568993064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:29:54.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:29:54.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:29:54.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:29:54.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:29:54.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:29:54.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:29:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:29:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:29:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:30:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:30:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.425Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568981551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T14:30:10.426Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568550474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568989931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568992062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681568993064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T14:30:10.427Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:30:24.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:30:24.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T14:30:24.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T14:30:24.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T14:30:24.106Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:30:24.125Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T14:30:24.125Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2f7ef08-9c19-41b9-b5b9-4cb9d12b590d], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T14:30:24.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:30:24.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:30:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-14:30:23:158-59737], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:30:24.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:30:24.299Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T14:30:24.299Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:30:24.299Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:30:24.305Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:30:24.305Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:30:24.306Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:30:24.306Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:30:24.306Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:30:24.306Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569024306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:30:25.334Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:30:25.334Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:30:25.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:30:25.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:30:25.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:30:25.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:30:25.341Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-8d357c54-a8c6-494b-9eb4-375748bb0e39
2023-04-15T14:30:25.341Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T14:30:25.342Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:30:25.342Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:30:26.697Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:29.715Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:32.725Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:35.735Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:38.745Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:41.754Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:44.764Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:47.773Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:50.782Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:53.794Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:56.805Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:30:59.814Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:31:02.829Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:31:05.842Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:31:08.859Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:31:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:31:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:31:10.439Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-8d357c54-a8c6-494b-9eb4-375748bb0e39', protocol='range'}
2023-04-15T14:31:10.439Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:31:10.445Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-8d357c54-a8c6-494b-9eb4-375748bb0e39=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:31:10.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-8d357c54-a8c6-494b-9eb4-375748bb0e39', protocol='range'}
2023-04-15T14:31:10.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:31:10.458Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:31:10.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:31:10.459Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:31:10.459Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:31:10.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:31:10.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:31:10.463Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:31:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:31:10.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:31:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:31:10.464Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:31:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=382, 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-04-15T14:31:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:31:10.464Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:31:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:31:10.464Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:31:11.482Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:31:11.482Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:31:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:31:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569024306,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:31:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:31:11.483Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:11.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:11.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:11.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:12.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:12.485Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:12.485Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:12.485Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:13.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:13.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:13.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:13.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:16.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:17.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:31:17.492Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:17.492Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:17.492Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:18.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:31:18.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:31:18.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:31:18.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:31:18.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:31:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:31:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:31:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:31:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:31:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:31:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:31:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@37606e8f
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:31:18.552Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:31:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569078552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:19.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:31:19.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:31:19.570Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:31:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:31:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:31:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:31:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:31:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:31:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:31:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f3064e3
2023-04-15T14:31:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:31:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:31:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:31:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:31:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:31:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:31:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:31:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:31:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569079594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:31:20.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:31:20.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:31:20.614Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:31:20.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:31:20.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:31:50.618Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:31:50.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:31:50.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:31:50.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:32:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:32:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:32:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:32:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:32:20.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:32:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:32:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:32:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:32:50.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:32:50.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:32:50.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:32:50.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:33:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:33:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:33:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:33:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569078552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T14:33:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569079594,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:33:10.424Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:33:20.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:33:20.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:33:20.711Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:33:20.711Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:33:50.712Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:33:50.724Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:33:50.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:33:50.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:34:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:34:20.728Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:34:20.748Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:34:20.751Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:34:20.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:34:50.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:34:50.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:34:50.784Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:34:50.784Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:35:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:35:20.785Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:35:20.820Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:35:20.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:35:20.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:35:50.825Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:35:50.844Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:35:50.848Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:35:50.848Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:36:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:11.541Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:36:11.542Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-8d357c54-a8c6-494b-9eb4-375748bb0e39 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:36:11.542Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:36:11.542Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:36:14.071Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:36:14.087Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:36:14.087Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:36:14.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:36:14.094Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:36:14.110Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:36:14.110Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:36:14.111Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:36:14.115Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:36:14.115Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:36:14.115Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:36:14.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=392, 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-04-15T14:36:14.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:36:14.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:36:20.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:36:20.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:36:20.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:36:20.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:36:20.861Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:36:20.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:36:20.894Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:36:20.894Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b1f6388-a245-43d0-a64e-7de7178dbde7], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T14:36:20.902Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:36:21.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:36:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-14:36:19:925-46713], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:36:21.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:36:21.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:36:21.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:36:21.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:36:21.075Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:36:21.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:36:21.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:36:21.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:21.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:21.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569381076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:21.091Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:36:21.091Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569381076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:36:21.091Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:36:22.096Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:36:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:36:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:36:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:22.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:23.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:36:23.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:23.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:23.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:24.101Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:36:24.101Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:36:24.101Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T14:36:24.102Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T14:36:24.102Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T14:36:24.134Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:36:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:36:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:36:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:36:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:36:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:36:24.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:24.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569384433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:25.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:36:25.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:36:25.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T14:36:25.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.505Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16805449062732247605/Definitions/service-BasicNetwork-template.yml
2023-04-15T14:36:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:36:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T14:36:25.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T14:36:25.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:36:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T14:36:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:36:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:25.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569385977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:26.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:36:26.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T14:36:26.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:36:26.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:26.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:26.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569386980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:36:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:36:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:36:28.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:36:28.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:36:28.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:36:28.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:36:28.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:36:28.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:36:28.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:36:28.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:36:28.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:36:28.016Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:36:58.017Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:36:58.022Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:36:58.022Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T14:36:58.023Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T14:36:58.030Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:36:58.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T14:36:58.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59e0556a-aee6-4a80-abe5-3d393d6bc3ed], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T14:36:58.056Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:36:58.215Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:36:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-14:36:57:079-22010], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:36:58.216Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:36:58.216Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T14:36:58.216Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:36:58.216Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:36:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:36:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:36:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:36:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569418225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:36:59.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:36:59.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:36:59.253Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:36:59.254Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:36:59.254Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:36:59.254Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:00.255Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:00.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:00.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:00.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:01.257Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:01.257Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:01.257Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:01.259Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:02.260Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:02.262Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:02.262Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:02.262Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:03.263Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:03.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:03.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:03.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:04.265Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:04.266Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:04.266Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:04.266Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:05.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:05.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:05.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:05.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:06.268Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:06.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:06.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:06.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:07.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:37:07.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:37:07.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T14:37:07.272Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T14:37:07.273Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T14:37:07.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:37:07.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:37:07.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:37:07.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:07.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:37:07.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:07.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569427629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:08.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:37:08.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:37:08.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:08.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:08.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:08.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:08.725Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17267573551535830281/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T14:37:09.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:37:09.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:37:09.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:37:09.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:09.351Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T14:37:09.392Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T14:37:09.392Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:37:09.392Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T14:37:09.393Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:37:09.393Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:09.393Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:09.393Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569429392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:10.394Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:37:10.394Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T14:37:10.394Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:37:10.394Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:10.394Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:10.395Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569430394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:37:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569384433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:37:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569385977,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569386980,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569418225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569427629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569429392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569430394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T14:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:37:11.396Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:37:11.409Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:11.414Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:11.414Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:37:11.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:37:41.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:37:41.430Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:37:41.430Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T14:37:41.431Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T14:37:41.436Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:37:41.480Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:37:41.483Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T14:37:41.494Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:37:41.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T14:37:41.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:37:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-14:37:40:516-66227], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:37:41.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:37:41.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:37:41.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:37:41.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:37:41.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:37:41.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:37:41.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:41.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:41.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569461677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:37:42.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:37:42.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:37:42.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:42.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:42.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:42.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:43.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:43.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:43.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:43.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:44.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:44.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:44.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:44.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:45.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:45.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:45.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:45.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:46.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:46.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:46.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:46.705Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:47.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:47.707Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:47.707Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:47.707Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:48.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:37:48.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:48.709Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:48.709Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:49.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:37:49.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:37:49.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T14:37:49.712Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:37:49.712Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T14:37:49.754Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:37:49.754Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:37:49.754Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:37:49.754Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:37:49.754Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:37:49.755Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:37:50.074Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:37:50.075Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T14:37:50.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:37:50.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:37:50.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:37:50.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:50.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:50.077Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569470076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:51.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:37:51.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:37:51.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:51.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T14:37:51.079Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:51.079Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:51.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13239852566198988097/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T14:37:52.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T14:37:52.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:37:52.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:37:52.210Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T14:37:52.249Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T14:37:52.249Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:37:52.250Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T14:37:52.250Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:37:52.250Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:52.250Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:52.251Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569472249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:53.252Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:37:53.253Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T14:37:53.253Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:37:53.254Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:37:53.254Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:37:53.254Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569473252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:37:54.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:37:54.274Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:37:54.278Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:37:54.279Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:37:54.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:38:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:38:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569461677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:38:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:38:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T14:38:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569025334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569470076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569472249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T14:38:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:38:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569473252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T14:38:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:38:24.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:38:24.293Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T14:38:24.293Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T14:38:24.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T14:38:24.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:38:24.320Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T14:38:24.321Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22a2545d-8020-468a-b168-1d71815af8c2], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T14:38:24.329Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:38:24.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:38:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[213224], x-aai-txid=[0-aai-resources-230415-14:38:23:350-38483], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:38:24.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:38:24.495Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T14:38:24.495Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:38:24.495Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:38:24.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:38:24.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:38:24.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:38:24.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:38:24.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:38:24.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569504505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:38:25.530Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:38:25.531Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:38:25.531Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:38:25.532Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:38:25.532Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:38:25.532Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:38:25.537Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T14:38:25.538Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d93c322d-d1c9-4ba3-bbed-407a0d176d7d
2023-04-15T14:38:25.539Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:38:25.539Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:38:26.700Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:29.709Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:32.719Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:35.733Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:38.743Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:41.753Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:44.764Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:47.773Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:50.782Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:53.791Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:56.802Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:38:59.813Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:39:02.823Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:39:05.832Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:39:08.842Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:39:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:10.433Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:39:10.433Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:39:10.438Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:39:10.438Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d93c322d-d1c9-4ba3-bbed-407a0d176d7d', protocol='range'}
2023-04-15T14:39:10.448Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d93c322d-d1c9-4ba3-bbed-407a0d176d7d=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:39:10.470Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d93c322d-d1c9-4ba3-bbed-407a0d176d7d', protocol='range'}
2023-04-15T14:39:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:39:10.471Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:39:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:39:10.471Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:39:10.471Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:39:10.475Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:39:10.475Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:39:10.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:39:10.476Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:39:10.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:39:10.476Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:39:10.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:39:10.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:39:10.476Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=421, 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-04-15T14:39:10.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:39:10.476Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:39:10.476Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:39:11.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:39:11.495Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569504505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:39:11.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:39:11.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:39:11.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:39:11.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:11.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:11.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:11.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:12.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:12.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:12.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:12.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:13.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:13.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:13.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:13.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:14.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:14.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:14.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:14.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:15.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:15.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:15.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:15.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:16.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:16.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:16.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:16.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:17.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:39:17.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:17.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:17.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:18.508Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:39:18.508Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:39:18.508Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:39:18.509Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:39:18.509Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:39:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:39:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:39:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:39:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:39:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:39:18.535Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:39:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2320f511
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569558557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:19.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:39:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:39:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:39:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:39:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:39:19.587Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:39:19.587Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:39:19.587Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:39:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:39:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@76322081
2023-04-15T14:39:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:39:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:39:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:39:19.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:39:19.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:39:19.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:39:19.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:39:19.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:39:19.607Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569559607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:39:20.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:39:20.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:39:20.627Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:39:20.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:39:20.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:39:50.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:39:50.658Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:39:50.661Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:39:50.661Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:40:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:40:10.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:40:10.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:40:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:40:20.661Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:40:20.677Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:40:20.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:40:20.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:40:50.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:40:50.703Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:40:50.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:40:50.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:41:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569558557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569559607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:41:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:41:20.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:41:20.725Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:41:20.730Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:41:20.730Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:41:50.730Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:41:50.754Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:41:50.758Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:41:50.759Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:42:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:42:20.759Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:42:20.777Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:42:20.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:42:20.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:42:50.781Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:42:50.799Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:42:50.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:42:50.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:43:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:43:20.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:43:20.822Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:43:20.826Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:43:20.826Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:43:50.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:43:50.845Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:43:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:43:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:44:10.420Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:11.552Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:44:11.552Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d93c322d-d1c9-4ba3-bbed-407a0d176d7d sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:44:11.552Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:44:11.552Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:44:14.073Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:44:14.085Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:14.085Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:44:14.090Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:44:14.090Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:44:14.103Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:44:14.103Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:44:14.104Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:44:14.108Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:14.108Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:14.108Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:14.108Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:14.108Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:14.108Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:44:20.850Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:44:20.850Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:44:20.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:44:20.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:44:20.861Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:44:20.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:44:20.888Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:44:20.890Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:44:20.900Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:44:21.054Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:44:21.054Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:44:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-14:44:19:921-64896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:44:21.054Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:44:21.056Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:44:21.056Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:44:21.066Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:44:21.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:44:21.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:44:21.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:21.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:21.067Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569861067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:21.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:44:21.091Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569861067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:44:21.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:44:22.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:44:22.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:44:22.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:44:22.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:22.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:22.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:23.093Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:44:23.094Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:23.094Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:23.094Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:24.095Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:44:24.095Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:44:24.096Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T14:44:24.096Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T14:44:24.096Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T14:44:24.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:44:24.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:44:24.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:44:24.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:44:24.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:44:24.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:44:24.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:44:24.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T14:44:24.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:44:24.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:44:24.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:44:24.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:24.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:24.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569864431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:25.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:44:25.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:44:25.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T14:44:25.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.519Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3023165240530197605/Definitions/service-BasicNetwork-template.yml
2023-04-15T14:44:25.882Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:44:25.883Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.884Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:44:25.885Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:44:25.885Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569865913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:26.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:44:26.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T14:44:26.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:44:26.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:26.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:26.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569866914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:44:27.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:44:27.922Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:44:27.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:44:27.931Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:44:57.932Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:44:57.938Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:44:57.938Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T14:44:57.939Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T14:44:57.945Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:44:57.969Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T14:44:57.969Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e665dad-e317-4f10-a144-98859cb87ae0], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T14:44:57.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:44:58.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:44:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-14:44:56:997-43799], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:44:58.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:44:58.134Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T14:44:58.134Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:44:58.134Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:44:58.141Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:44:58.141Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:44:58.141Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:44:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569898141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:44:59.163Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:44:59.163Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:44:59.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:44:59.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:44:59.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:44:59.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:00.165Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:00.166Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:00.166Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:00.166Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:01.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:01.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:01.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:01.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:02.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:02.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:02.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:02.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:03.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:03.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:03.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:03.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:04.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:04.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:04.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:04.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:05.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:05.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:05.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:05.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:06.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:06.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:06.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:06.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:07.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:45:07.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:45:07.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T14:45:07.177Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T14:45:07.177Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T14:45:07.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:45:07.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:45:07.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:45:07.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:07.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:45:07.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:07.529Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:45:07.532Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T14:45:07.532Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:45:07.532Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:07.532Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:45:07.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:07.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:07.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569907532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:08.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:45:08.534Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:45:08.534Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:08.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:08.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:08.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:08.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11813508867375167914/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T14:45:09.213Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:45:09.214Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.215Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.216Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.217Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.217Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.217Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:09.217Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:09.217Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T14:45:09.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T14:45:09.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:45:09.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T14:45:09.257Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:45:09.257Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:09.257Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:09.257Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569909256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:10.258Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:45:10.258Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T14:45:10.258Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:45:10.259Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:10.259Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:10.259Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569910258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:10.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.424Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569864431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569865913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569866914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569898141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569907532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569909256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569910258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T14:45:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:45:11.260Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:45:11.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:45:11.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:11.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:45:11.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:45:41.297Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:45:41.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:45:41.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T14:45:41.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T14:45:41.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:45:41.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T14:45:41.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66d829aa-fa59-4e6c-ab29-3a3a81b38550], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T14:45:41.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:45:41.538Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:45:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[189], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-14:45:40:364-66555], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:45:41.538Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:45:41.539Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T14:45:41.539Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:45:41.539Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:45:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:45:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:45:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:45:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569941552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:45:42.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:45:42.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:45:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:43.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:43.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:43.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:43.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:44.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:44.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:44.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:44.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:45.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:45.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:45.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:45.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:46.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:46.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:46.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:46.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:47.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:47.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:47.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:47.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:48.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:45:48.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:48.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:48.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:49.585Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:45:49.585Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:45:49.585Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T14:45:49.586Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:45:49.586Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T14:45:49.615Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:45:49.616Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:45:49.616Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:45:49.617Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:45:49.617Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:45:49.617Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:45:49.894Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:45:49.896Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T14:45:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:45:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:45:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:45:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569949897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:50.898Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:45:50.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:45:50.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:50.900Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T14:45:50.900Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:50.900Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11897484723936237484/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T14:45:52.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:45:52.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T14:45:52.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:45:52.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T14:45:52.191Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T14:45:52.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:45:52.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T14:45:52.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:45:52.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:52.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:52.192Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569952192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:53.193Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:45:53.193Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T14:45:53.193Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:45:53.194Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:45:53.194Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:45:53.194Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569953193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:45:54.195Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:45:54.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:45:54.212Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:45:54.222Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:46:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569941552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:46:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569505530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569949897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569952192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T14:46:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569953193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T14:46:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:46:24.223Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:46:24.228Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T14:46:24.228Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T14:46:24.229Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T14:46:24.235Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:46:24.253Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T14:46:24.253Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a46eae49-4145-42ed-be3b-5df9b7343202], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T14:46:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:46:24.433Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:46:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-14:46:23:282-92449], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:46:24.433Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:46:24.434Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T14:46:24.435Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:46:24.435Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:46:24.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:46:24.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:46:24.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:46:24.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:46:24.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:46:24.449Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569984447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:46:25.462Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:46:25.462Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:46:25.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:46:25.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:46:25.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:46:25.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:46:25.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2765bf10-ee85-4887-b1a6-00107c0067c6
2023-04-15T14:46:25.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T14:46:25.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:46:25.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:46:26.636Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:29.645Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:32.655Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:35.665Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:38.675Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:41.683Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:44.692Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:47.702Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:50.713Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:53.723Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:56.733Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:46:59.743Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:47:02.751Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:47:05.761Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:47:08.775Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:47:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:47:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:47:10.442Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:47:10.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2765bf10-ee85-4887-b1a6-00107c0067c6', protocol='range'}
2023-04-15T14:47:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2765bf10-ee85-4887-b1a6-00107c0067c6=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:47:10.465Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:47:10.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2765bf10-ee85-4887-b1a6-00107c0067c6', protocol='range'}
2023-04-15T14:47:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:47:10.466Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:47:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:47:10.466Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:47:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:47:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:47:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:47:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:47:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:47:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:47:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:47:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:47:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:47:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=460, 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-04-15T14:47:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:47:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:47:11.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:47:11.490Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:47:11.491Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569984447,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:47:11.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:47:11.491Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:47:11.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:11.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:11.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:11.494Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:12.495Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:12.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:12.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:12.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:13.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:13.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:13.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:13.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:14.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:14.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:14.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:14.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:15.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:15.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:15.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:15.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:16.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:16.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:16.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:16.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:17.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:47:17.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:17.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:17.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:18.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:47:18.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:47:18.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:47:18.507Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:47:18.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:47:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:47:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:47:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:47:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:47:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:47:18.534Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:47:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:47:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7066d5a2
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:47:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570038556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:19.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:47:19.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:47:19.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:47:19.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:47:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:47:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:47:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:47:19.580Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:47:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:47:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6897f23e
2023-04-15T14:47:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:47:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:47:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:47:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:47:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:47:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:47:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:47:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:47:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570039598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:47:20.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:47:20.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:47:20.614Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:47:20.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:47:20.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:47:50.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:47:50.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:47:50.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:47:50.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:48:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:48:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:48:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:48:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:48:20.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:48:20.645Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:48:20.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:48:20.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:48:50.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:48:50.668Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:48:50.672Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:48:50.672Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:49:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:49:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:49:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:49:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570038556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T14:49:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570039598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:49:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:49:20.672Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:49:20.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:49:20.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:49:20.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:49:50.688Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:49:50.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:49:50.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:49:50.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:50:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:50:20.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:50:20.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:50:20.726Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:50:20.726Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:50:50.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:50:50.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:50:50.743Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:50:50.743Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:51:10.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:51:20.744Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:51:20.757Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:51:20.759Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:51:20.759Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:51:50.760Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:51:50.778Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:51:50.781Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:51:50.781Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:52:10.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:11.557Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:52:11.557Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2765bf10-ee85-4887-b1a6-00107c0067c6 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T14:52:11.557Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T14:52:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T14:52:14.075Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:52:14.087Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:52:14.088Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:52:14.094Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:52:14.095Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:52:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:52:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:52:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:52:14.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:52:14.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:52:14.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:52:14.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=470, 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-04-15T14:52:14.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:52:14.113Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:52:20.782Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T14:52:20.782Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:52:20.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T14:52:20.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T14:52:20.787Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T14:52:20.790Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:52:20.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T14:52:20.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc0f28fa-1f72-4341-8326-7a506ba009d6], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T14:52:20.816Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T14:52:20.976Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:52:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-14:52:19:834-65130], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:52:20.977Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:52:20.977Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T14:52:20.977Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:52:20.977Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:52:20.986Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:52:20.987Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T14:52:20.987Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T14:52:20.987Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:20.987Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:20.987Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570340987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:21.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:52:21.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570340987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T14:52:21.005Z||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-04-15T14:52:22.007Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:52:22.007Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:52:22.007Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:52:22.008Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:22.008Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:22.008Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:23.009Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:52:23.010Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:23.010Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:23.010Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:24.012Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:52:24.012Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:52:24.012Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T14:52:24.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T14:52:24.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T14:52:24.046Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:52:24.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:52:24.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:52:24.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:52:24.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:52:24.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:52:24.367Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:52:24.369Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T14:52:24.369Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:52:24.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T14:52:24.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:52:24.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:24.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:24.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570344369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:25.371Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:52:25.371Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:52:25.372Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.372Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T14:52:25.372Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.373Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6514632415558049017/Definitions/service-BasicNetwork-template.yml
2023-04-15T14:52:25.859Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T14:52:25.860Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.861Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:52:25.862Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570345901,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:26.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T14:52:26.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T14:52:26.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:52:26.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:26.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:26.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570346902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:52:27.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:52:27.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:52:27.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:52:27.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:52:27.920Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:52:57.921Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:52:57.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T14:52:57.925Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T14:52:57.925Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T14:52:57.932Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:52:57.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:52:57.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T14:52:57.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:52:58.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T14:52:58.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:52:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188648], x-aai-txid=[2-aai-resources-230415-14:52:56:977-91841], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:52:58.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:52:58.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:52:58.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:52:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:52:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:52:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:52:58.142Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:58.143Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:58.143Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570378142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:52:59.166Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:52:59.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:52:59.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:52:59.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:52:59.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:52:59.167Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:00.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:00.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:00.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:00.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:01.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:01.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:01.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:01.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:02.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:02.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:02.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:02.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:03.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:03.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:03.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:03.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:04.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:04.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:04.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:04.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:05.179Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:05.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:05.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:05.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:06.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:06.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:06.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:06.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:07.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:53:07.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:53:07.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T14:53:07.183Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T14:53:07.183Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T14:53:07.211Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:53:07.211Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:53:07.211Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:53:07.211Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:07.211Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:53:07.212Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:07.518Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:53:07.521Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T14:53:07.521Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:53:07.521Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:07.521Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:53:07.521Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570387521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:08.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:53:08.523Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:53:08.523Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:08.524Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:08.524Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:08.525Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:08.605Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5453781198685432111/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T14:53:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.225Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T14:53:09.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:53:09.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:53:09.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:53:09.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:53:09.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T14:53:09.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:53:09.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:53:09.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:09.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:09.230Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:09.262Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570389262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:10.263Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T14:53:10.264Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T14:53:10.264Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:53:10.264Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:10.264Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:10.264Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570390263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:53:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570344369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570345901,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570346902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570378142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570387521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570389262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570390263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T14:53:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:53:11.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:53:11.284Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:53:11.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:53:11.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:53:11.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:53:11.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:53:11.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:11.289Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:11.289Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:11.289Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:11.289Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:53:11.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:53:41.297Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:53:41.304Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T14:53:41.304Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T14:53:41.305Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T14:53:41.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:53:41.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:53:41.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T14:53:41.339Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:53:41.501Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T14:53:41.501Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:53:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-14:53:40:365-79541], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:53:41.501Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:53:41.501Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:53:41.501Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:53:41.514Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:53:41.514Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:53:41.514Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:53:41.514Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:41.514Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:41.514Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570421514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:53:42.539Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:53:42.539Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:53:42.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:42.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:42.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:42.541Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:43.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:43.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:43.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:43.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:44.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:44.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:44.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:44.546Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:45.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:45.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:45.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:45.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:46.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:46.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:46.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:46.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:47.553Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:47.554Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:47.554Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:47.554Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:48.556Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:53:48.557Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:48.557Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:48.557Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:49.559Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:53:49.560Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:53:49.560Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T14:53:49.560Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:53:49.561Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T14:53:49.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:53:49.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:53:49.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:53:49.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:53:49.601Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:53:49.602Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:53:49.902Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T14:53:49.904Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T14:53:49.904Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:53:49.904Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T14:53:49.904Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T14:53:49.905Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:49.905Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:49.905Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570429904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:50.906Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:53:50.906Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:53:50.907Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:50.907Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T14:53:50.907Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:50.907Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3202353738882501630/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T14:53:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:53:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T14:53:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T14:53:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T14:53:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T14:53:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:53:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T14:53:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:53:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570432015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:53.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T14:53:53.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T14:53:53.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T14:53:53.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:53:53.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:53:53.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570433016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:53:54.018Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:53:54.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T14:53:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T14:53:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T14:54:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:54:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570421514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681569985462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570429904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T14:54:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570432015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T14:54:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T14:54:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570433016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T14:54:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:54:24.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T14:54:24.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T14:54:24.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T14:54:24.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T14:54:24.059Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T14:54:24.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T14:54:24.086Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T14:54:24.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T14:54:24.249Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T14:54:24.250Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 14:54:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-14:54:23:108-54359], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T14:54:24.250Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T14:54:24.251Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T14:54:24.251Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:54:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:54:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T14:54:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T14:54:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:54:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:54:24.263Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570464263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T14:54:25.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T14:54:25.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T14:54:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:54:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:54:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T14:54:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:54:25.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a46fc37e-ad23-454f-a5c6-f9ebf0297f92
2023-04-15T14:54:25.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T14:54:25.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T14:54:25.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T14:54:26.639Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:29.652Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:32.661Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:35.670Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:38.679Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:41.689Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:44.700Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:47.709Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:50.717Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:53.725Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:56.735Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:54:59.744Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:55:02.753Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:55:05.763Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:55:08.773Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T14:55:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:10.434Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:55:10.434Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T14:55:10.442Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:55:10.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a46fc37e-ad23-454f-a5c6-f9ebf0297f92', protocol='range'}
2023-04-15T14:55:10.447Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a46fc37e-ad23-454f-a5c6-f9ebf0297f92=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T14:55:10.461Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T14:55:10.461Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T14:55:10.461Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T14:55:10.462Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a46fc37e-ad23-454f-a5c6-f9ebf0297f92', protocol='range'}
2023-04-15T14:55:10.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T14:55:10.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T14:55:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:55:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:55:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:55:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=499, 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-04-15T14:55:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:55:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T14:55:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:55:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:55:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T14:55:10.471Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T14:55:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T14:55:10.472Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T14:55:10.984Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T14:55:10.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T14:55:10.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:10.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:10.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:10.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:11.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:55:11.485Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570464263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T14:55:11.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:55:11.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:55:11.486Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:55:11.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:55:11.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:11.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:11.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:11.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:12.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:12.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:12.991Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:12.991Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:13.993Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:13.993Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:13.993Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:13.993Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:14.994Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:14.995Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:14.995Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:14.995Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:15.996Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:15.997Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:15.997Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:15.997Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:16.998Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T14:55:16.999Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:16.999Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:16.999Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:18.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T14:55:18.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T14:55:18.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T14:55:18.000Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T14:55:18.001Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T14:55:18.030Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T14:55:18.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:55:18.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T14:55:18.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:55:18.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:55:18.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T14:55:18.057Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:55:18.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@562c9a30
2023-04-15T14:55:18.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:55:18.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:55:18.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:55:18.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T14:55:18.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T14:55:18.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:55:18.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:18.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:18.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570518058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:19.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T14:55:19.080Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:55:19.080Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T14:55:19.084Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T14:55:19.084Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T14:55:19.084Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:55:19.084Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T14:55:19.085Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T14:55:19.106Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T14:55:19.106Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@74bb3f7d
2023-04-15T14:55:19.106Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T14:55:19.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T14:55:19.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T14:55:19.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T14:55:19.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T14:55:19.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T14:55:19.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T14:55:19.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T14:55:19.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570519107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:55:20.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T14:55:20.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:55:20.126Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:55:20.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:55:20.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:55:50.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:55:50.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:55:50.147Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:55:50.147Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:56:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:56:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:56:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T14:56:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570518058,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:56:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T14:56:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570519107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T14:56:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T14:56:20.147Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:56:20.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:56:20.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:56:20.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:56:50.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:56:50.190Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:56:50.193Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:56:50.193Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:57:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:57:20.194Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:57:20.211Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:57:20.213Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:57:20.213Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:57:50.214Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:57:50.232Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:57:50.235Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:57:50.236Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:58:10.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:58:20.236Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:58:20.255Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:58:20.259Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:58:20.259Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:58:50.260Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:58:50.275Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:58:50.277Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:58:50.277Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:59:10.421Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T14:59:20.277Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:59:20.287Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:59:20.288Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:59:20.288Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T14:59:50.289Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:59:50.306Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T14:59:50.310Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T14:59:50.310Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:00:10.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:11.052Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:00:11.052Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a46fc37e-ad23-454f-a5c6-f9ebf0297f92 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:00:11.053Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:00:11.053Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:00:13.877Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:00:13.902Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:00:13.903Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:00:13.913Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:00:13.913Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:00:13.926Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:00:13.926Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:00:13.927Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:00:13.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:00:13.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:00:13.931Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:00:13.932Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=509, 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-04-15T15:00:13.932Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:00:13.932Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:00:20.310Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:00:20.311Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:00:20.317Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:00:20.317Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:00:20.318Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:00:20.323Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:00:20.337Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:00:20.338Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:00:20.347Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:00:20.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:00:20.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:00:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-15:00:19:363-72040], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:00:20.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:00:20.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:00:20.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:00:20.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:00:20.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:00:20.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:00:20.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:20.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:20.505Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570820505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:20.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:00:20.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570820505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:00:20.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:00:21.522Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:00:21.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:00:21.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:00:21.523Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:21.524Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:21.524Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:22.525Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:00:22.525Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:22.526Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:22.526Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:23.527Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:00:23.528Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:00:23.528Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:00:23.528Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:00:23.529Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:00:23.563Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:00:23.564Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:00:23.564Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:00:23.564Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:00:23.564Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:00:23.564Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:00:23.841Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:00:23.842Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:00:23.843Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:00:23.843Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:00:23.844Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:00:23.844Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:23.844Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:23.844Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570823843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:24.845Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:00:24.845Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:00:24.845Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:24.846Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:00:24.846Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:24.846Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:24.926Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11562860995406208114/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:00:25.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:00:25.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:00:25.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:00:25.375Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:00:25.375Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:00:25.375Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:00:25.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:00:25.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:25.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:25.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570825375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:26.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:00:26.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:00:26.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:00:26.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:26.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:26.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570826377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:27.379Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:00:27.396Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:00:27.400Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:00:27.401Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:00:27.401Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:00:27.411Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:00:57.411Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:00:57.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:00:57.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:00:57.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:00:57.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:00:57.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:00:57.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0ac8bc3-d69c-425a-8882-8f69035461ba], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T15:00:57.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:00:57.625Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:00:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-15:00:56:474-96565], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:00:57.625Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:00:57.626Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:00:57.626Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:00:57.626Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:00:57.632Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:00:57.633Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:00:57.633Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:00:57.633Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:57.633Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:57.633Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570857633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:00:58.656Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:00:58.657Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:00:58.658Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:00:58.658Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:58.659Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:58.659Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:00:59.661Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:00:59.661Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:00:59.661Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:00:59.662Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:00.664Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:00.664Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:00.664Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:00.665Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:01.665Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:01.666Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:01.666Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:01.666Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:02.666Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:02.667Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:02.667Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:02.667Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:03.668Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:03.668Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:03.668Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:03.668Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:04.669Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:04.670Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:04.670Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:04.670Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:05.671Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:05.671Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:05.671Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:05.672Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:06.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:01:06.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:01:06.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:01:06.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:01:06.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:01:06.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:01:06.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:01:06.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:01:06.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:06.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:01:06.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:07.005Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:01:07.009Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:01:07.009Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:01:07.009Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:07.009Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:01:07.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:07.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:07.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570867009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:08.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:01:08.011Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:01:08.011Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.012Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.012Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.012Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.091Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14609547972591126603/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.681Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:01:08.682Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:08.683Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:01:08.725Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:01:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:01:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:01:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:01:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570868726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:09.727Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:01:09.727Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:01:09.728Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:01:09.728Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:09.728Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:09.728Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570869727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570823843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570825375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570826377,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570857633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570867009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570868726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:01:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:01:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570869727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:01:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:01:10.729Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:01:10.745Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:01:10.749Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:01:10.749Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:01:10.749Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:01:10.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:01:10.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:10.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:10.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:10.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:10.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:01:10.760Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:01:40.760Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:01:40.765Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:01:40.766Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:01:40.766Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:01:40.770Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:01:40.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:01:40.790Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:01:40.797Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:01:40.955Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:01:40.957Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:01:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-15:01:39:812-12313], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:01:40.957Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:01:40.957Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:01:40.957Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:01:40.966Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:01:40.967Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:01:40.967Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:01:40.968Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:40.968Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:40.968Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570900967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:01:42.002Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:01:42.002Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:01:42.002Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:42.003Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:42.003Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:42.003Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:43.004Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:43.004Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:43.005Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:43.005Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:44.006Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:44.006Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:44.006Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:44.006Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:45.007Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:45.008Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:45.008Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:45.008Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:46.009Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:46.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:46.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:46.010Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:47.011Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:47.011Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:47.011Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:47.011Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:48.012Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:01:48.013Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:48.013Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:48.013Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:49.015Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:01:49.015Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:01:49.015Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:01:49.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:01:49.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:01:49.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:01:49.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:01:49.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:01:49.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:01:49.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:01:49.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:01:49.380Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:01:49.382Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:01:49.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:01:49.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:01:49.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:01:49.384Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:49.384Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:49.384Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570909383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:50.385Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:01:50.385Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:01:50.386Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:50.386Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:01:50.386Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:50.386Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:50.468Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16508380683062584066/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:01:51.369Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:01:51.369Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:01:51.369Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:01:51.370Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:01:51.371Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:01:51.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:01:51.421Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:01:51.421Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:01:51.421Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:01:51.422Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:01:51.422Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:51.422Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:51.422Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570911421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:52.423Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:01:52.423Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:01:52.423Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:01:52.423Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:01:52.423Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:01:52.423Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570912423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:01:53.424Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:01:53.453Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:01:53.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:01:53.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:01:53.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:01:53.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:01:53.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:53.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:53.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:53.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:01:53.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:01:53.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:02:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:02:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570900967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:02:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:02:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:02:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570465283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570909383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570911421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:02:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:10.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T15:02:10.433Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570912423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:02:10.433Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:02:23.476Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:02:23.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:02:23.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:02:23.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:02:23.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:02:23.519Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:02:23.520Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:02:23.529Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:02:23.693Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:02:23.694Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:02:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-15:02:22:543-53550], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:02:23.694Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:02:23.696Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:02:23.696Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:02:23.704Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:02:23.705Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:02:23.705Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:02:23.705Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:02:23.705Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:02:23.705Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570943705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:02:24.735Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:02:24.735Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:02:24.736Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:02:24.736Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:02:24.736Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:02:24.736Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:02:24.741Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bb5b429-0f01-47e1-8427-9671e6989132
2023-04-15T15:02:24.742Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T15:02:24.742Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:02:24.742Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:02:26.436Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:29.447Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:32.457Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:35.465Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:38.476Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:41.486Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:44.496Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:47.512Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:50.521Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:53.530Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:56.542Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:02:59.552Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:03:02.561Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:03:05.570Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:03:08.580Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:03:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:10.434Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:03:10.434Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:03:10.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bb5b429-0f01-47e1-8427-9671e6989132', protocol='range'}
2023-04-15T15:03:10.441Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:03:10.444Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bb5b429-0f01-47e1-8427-9671e6989132=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:03:10.456Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:03:10.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bb5b429-0f01-47e1-8427-9671e6989132', protocol='range'}
2023-04-15T15:03:10.456Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:03:10.456Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:03:10.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:03:10.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:03:10.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:03:10.460Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:03:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:03:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:03:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:03:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:03:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=538, 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-04-15T15:03:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:03:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:03:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:03:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:03:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:03:11.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:03:11.476Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570943705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:03:11.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:03:11.477Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:03:11.477Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:03:11.479Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:11.480Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:11.480Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:11.480Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:12.481Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:12.482Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:12.483Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:12.483Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:13.484Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:13.485Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:13.485Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:13.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:14.487Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:14.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:15.489Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:16.490Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:17.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:03:17.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:17.491Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:17.492Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:18.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:03:18.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:03:18.493Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:03:18.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:03:18.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:03:18.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:03:18.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:03:18.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:03:18.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:03:18.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:03:18.531Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:03:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T15:03:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@17b9d6b
2023-04-15T15:03:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:03:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:03:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:03:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:03:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:03:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:03:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570998555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:19.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:03:19.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:03:19.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:03:19.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:03:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:03:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:03:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:03:19.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:03:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T15:03:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d1f078
2023-04-15T15:03:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:03:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:03:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:03:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:03:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:03:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:03:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:03:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:03:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570999595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:03:20.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:03:20.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:03:20.613Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:03:20.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:03:20.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:03:50.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:03:50.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:03:50.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:03:50.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:04:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:04:10.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:04:10.420Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:04:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:04:20.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:04:20.678Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:04:20.683Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:04:20.683Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:04:50.683Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:04:50.711Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:04:50.716Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:04:50.717Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:05:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:05:10.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.420Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570998555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570999595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:05:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:05:20.717Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:05:20.736Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:05:20.739Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:05:20.739Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:05:50.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:05:50.755Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:05:50.758Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:05:50.758Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:06:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:06:20.758Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:06:20.776Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:06:20.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:06:20.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:06:50.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:06:50.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:06:50.795Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:06:50.795Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:07:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:07:20.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:07:20.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:07:20.814Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:07:20.815Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:07:50.815Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:07:50.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:07:50.834Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:07:50.834Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:08:10.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:11.538Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:08:11.539Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bb5b429-0f01-47e1-8427-9671e6989132 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:08:11.539Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:08:11.539Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:08:14.048Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:08:14.060Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:08:14.060Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:08:14.067Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:08:14.067Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:08:14.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:08:14.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:08:14.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:08:14.088Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:08:14.088Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:08:14.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:08:14.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=548, 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-04-15T15:08:14.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:08:14.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:08:20.834Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:08:20.835Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:08:20.844Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:08:20.845Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:08:20.845Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:08:20.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:08:20.885Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:08:20.886Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90654465-ab5a-4827-a0e4-317b0b1d81e6], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T15:08:20.905Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:08:21.158Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:08:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[250], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-15:08:19:918-80646], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:08:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:08:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:08:21.160Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:08:21.160Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:21.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571301166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:21.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:08:21.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571301166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:08:21.187Z||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-04-15T15:08:22.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:08:22.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:08:22.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:08:22.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:22.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:22.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:23.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:08:23.187Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:23.187Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:23.187Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:24.188Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:08:24.189Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:08:24.189Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:08:24.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:08:24.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:08:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:08:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:08:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:08:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:08:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:08:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:08:24.490Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:08:24.492Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:08:24.492Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:08:24.492Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:08:24.493Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:08:24.493Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:24.493Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:24.493Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571304492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:25.494Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:08:25.494Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:08:25.494Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:08:25.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.561Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14151827320728557983/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:08:25.970Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:08:25.970Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:08:25.970Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:08:25.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:08:25.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:08:25.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:08:25.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:08:25.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:08:25.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:08:25.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:25.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:25.991Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571305990,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:26.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:08:26.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:08:26.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:08:26.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:26.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:26.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571306992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:08:27.993Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:08:28.007Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:08:28.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:08:28.019Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:08:58.020Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:08:58.025Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:08:58.025Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:08:58.025Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:08:58.029Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:08:58.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:08:58.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cce21ef4-c2d2-488b-af16-de689b0df46c], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T15:08:58.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:08:58.201Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:08:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[188648], x-aai-txid=[2-aai-resources-230415-15:08:57:061-8146], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:08:58.201Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:08:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:08:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:08:58.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:08:58.210Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:08:58.211Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:08:58.211Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:08:58.211Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:58.211Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:58.212Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571338211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:08:59.229Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:08:59.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:08:59.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:08:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:08:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:08:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:00.232Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:01.234Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:01.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:01.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:01.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:02.236Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:02.236Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:02.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:02.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:03.238Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:03.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:03.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:03.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:04.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:04.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:04.242Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:04.242Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:05.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:05.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:05.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:05.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:06.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:06.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:06.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:06.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:07.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:09:07.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:09:07.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:09:07.247Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:09:07.247Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:09:07.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:09:07.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:09:07.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:09:07.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:07.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:09:07.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:07.567Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:09:07.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:09:07.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:09:07.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:07.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:09:07.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:07.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:07.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571347570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:08.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:09:08.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:09:08.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:08.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:08.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:08.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:08.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13835370235372836894/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:09:09.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:09:09.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:09:09.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.204Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:09.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:09:09.223Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:09:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:09:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:09:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:09:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:09.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571349224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:10.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:09:10.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:09:10.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:09:10.226Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:10.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:10.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571350226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571304492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571305990,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:09:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571306992,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571338211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571347570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571349224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:09:10.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:10.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:09:10.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571350226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:09:10.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:09:11.229Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:09:11.247Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:09:11.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:09:11.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:09:11.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:09:11.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:09:11.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:11.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:11.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:11.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:11.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:09:11.273Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:09:41.273Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:09:41.280Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:09:41.280Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:09:41.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:09:41.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:09:41.304Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:09:41.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:09:41.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:09:41.544Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:09:41.544Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:09:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[226], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-15:09:40:326-77205], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:09:41.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:09:41.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:09:41.549Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:09:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:09:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:09:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:09:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:41.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571381552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:09:42.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:09:42.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:09:42.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:42.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:42.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:43.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:43.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:43.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:43.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:44.574Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:44.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:44.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:44.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:45.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:45.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:45.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:45.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:46.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:46.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:46.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:46.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:47.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:47.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:47.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:47.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:48.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:09:48.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:48.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:48.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:49.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:09:49.587Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:09:49.587Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:09:49.587Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:09:49.587Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:09:49.621Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:09:49.621Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:09:49.621Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:09:49.621Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:09:49.621Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:09:49.621Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:09:49.854Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:09:49.856Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:09:49.857Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:09:49.857Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:09:49.857Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:09:49.857Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:49.857Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:49.857Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571389857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:50.858Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:09:50.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:09:50.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:50.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:09:50.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:50.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13884391924772961795/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:09:51.935Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:09:51.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:09:51.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:09:51.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:09:51.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.938Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:09:51.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:09:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:09:51.967Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:09:51.967Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:09:51.967Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:09:51.967Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:51.967Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:51.967Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571391967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:52.968Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:09:52.968Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:09:52.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:09:52.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:09:52.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:09:52.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571392968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:09:53.970Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:09:53.982Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:09:53.984Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:09:53.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:09:53.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:10:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:10:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571381552,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681570944735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.439Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.439Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.439Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.439Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.440Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.440Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.440Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.440Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.440Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.441Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571389857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:10:10.441Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.441Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.441Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.441Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.442Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.442Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.442Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.442Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.443Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.443Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.443Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.443Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.443Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.443Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571391967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571392968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.448Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.449Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681571373991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571348041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681571383144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.450Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571372770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571380882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571382732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571394026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:10:10.451Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571394878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681571394042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571395240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571395886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T15:10:10.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681571396888,
  "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-04-15T15:10:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a911bfd1-e0c6-4bbf-9eaa-1838d185441c
2023-04-15T15:10:10.473Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a911bfd1-e0c6-4bbf-9eaa-1838d185441c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T15:10:10.484Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571397051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571397585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681571398054,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:10:10.492Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a911bfd1-e0c6-4bbf-9eaa-1838d185441c
2023-04-15T15:10:10.492Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a911bfd1-e0c6-4bbf-9eaa-1838d185441c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T15:10:10.506Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:10:10.506Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "aai-model-loader",
  "timestamp": 1681571398588,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:10:10.512Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a911bfd1-e0c6-4bbf-9eaa-1838d185441c
2023-04-15T15:10:10.512Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a911bfd1-e0c6-4bbf-9eaa-1838d185441c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T15:10:23.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:10:23.996Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:10:23.996Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:10:23.997Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:10:24.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:10:24.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:10:24.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:10:24.022Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:10:24.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:10:24.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:10:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[213224], x-aai-txid=[0-aai-resources-230415-15:10:23:034-43090], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:10:24.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:10:24.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:10:24.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:10:24.194Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:10:24.195Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:10:24.195Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:10:24.195Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:10:24.195Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:10:24.196Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571424195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:10:25.216Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:10:25.216Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:10:25.217Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:10:25.217Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:10:25.217Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:10:25.217Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:10:25.220Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=5, 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-04-15T15:10:25.223Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b2fa5b29-a55b-4ee9-a4d4-b1e93258e381
2023-04-15T15:10:25.223Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:10:25.223Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:10:26.587Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:29.597Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:32.606Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:35.615Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:38.623Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:41.633Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:44.641Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:47.650Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:50.660Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:53.669Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:56.678Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:10:59.688Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:11:02.703Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:11:05.713Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:11:08.722Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:11:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:10.433Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:11:10.433Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:11:10.445Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:11:10.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b2fa5b29-a55b-4ee9-a4d4-b1e93258e381', protocol='range'}
2023-04-15T15:11:10.449Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b2fa5b29-a55b-4ee9-a4d4-b1e93258e381=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:11:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b2fa5b29-a55b-4ee9-a4d4-b1e93258e381', protocol='range'}
2023-04-15T15:11:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:11:10.461Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:11:10.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:11:10.462Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:11:10.462Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:11:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:11:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:11:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:11:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:11:10.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:11:10.467Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:11:10.467Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:11:10.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:11:10.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:11:10.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=635, 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-04-15T15:11:10.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:11:10.468Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:11:11.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:11:11.485Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:11:11.486Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571424195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:11:11.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:11:11.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:11:11.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:11.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:11.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:11.496Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:12.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:12.497Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:12.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:12.498Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:13.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:13.499Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:13.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:13.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:14.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:14.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:14.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:14.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:15.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:15.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:15.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:15.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:16.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:16.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:16.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:16.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:17.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:11:17.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:17.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:17.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:18.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:11:18.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:11:18.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:11:18.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:11:18.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:11:18.544Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:11:18.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:11:18.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:11:18.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:11:18.545Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:11:18.546Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:11:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T15:11:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51f5ef9b
2023-04-15T15:11:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:11:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:11:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:11:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:11:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:11:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:11:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571478574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:19.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:11:19.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:11:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:11:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:11:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:11:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:11:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:11:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:11:19.614Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-15T15:11:19.614Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@524122a1
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:11:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:11:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:11:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571479615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:11:20.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:11:20.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:11:20.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:11:20.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:11:20.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:11:50.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:11:50.651Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:11:50.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:11:50.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:12:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:12:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:12:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:12:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:12:20.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:12:20.674Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:12:20.677Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:12:20.677Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:12:50.677Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:12:50.696Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:12:50.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:12:50.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:13:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:13:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:13:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:13:10.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571478574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571479615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:13:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:13:20.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:13:20.720Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:13:20.724Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:13:20.724Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:13:50.724Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:13:50.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:13:50.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:13:50.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:14:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:14:20.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:14:20.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:14:20.765Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:14:20.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:14:50.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:14:50.782Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:14:50.784Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:14:50.784Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:15:10.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:15:20.784Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:15:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:15:20.795Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:15:20.795Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:15:50.795Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:15:50.814Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:15:50.817Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:15:50.817Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:16:10.422Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:11.543Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:16:11.544Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b2fa5b29-a55b-4ee9-a4d4-b1e93258e381 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:16:11.544Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:16:11.544Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:16:14.056Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:16:14.081Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:16:14.081Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:16:14.088Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:16:14.088Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:16:14.102Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:16:14.102Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:16:14.103Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:16:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:16:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:16:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:16:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=645, 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-04-15T15:16:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:16:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:16:20.817Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:16:20.818Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:16:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:16:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:16:20.828Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:16:20.835Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:16:20.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:16:20.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f639488-e315-45cb-8cb2-88b3efe86f5a], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T15:16:20.862Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:16:21.027Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:16:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-15:16:19:873-48293], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:16:21.028Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:16:21.028Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:16:21.029Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:16:21.029Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:16:21.033Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:16:21.033Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:16:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:16:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571781033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:16:21.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571781033,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:16:21.053Z||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-04-15T15:16:22.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:16:22.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:16:22.059Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:16:22.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:22.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:22.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:23.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:16:23.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:23.062Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:23.062Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:24.063Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:16:24.063Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:16:24.063Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:16:24.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:16:24.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:16:24.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:16:24.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:16:24.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:16:24.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:16:24.102Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:16:24.102Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:16:24.410Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:16:24.412Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:16:24.412Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:16:24.413Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:16:24.413Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:16:24.413Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:24.413Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:24.413Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571784412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:25.414Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:16:25.415Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:16:25.415Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.416Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:16:25.416Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.416Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.499Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12338367977066797540/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:16:25.894Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:16:25.894Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.895Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.896Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.897Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.897Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.898Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.898Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:16:25.898Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:16:25.898Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:16:25.934Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:16:25.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:16:25.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:16:25.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:16:25.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:25.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:25.935Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571785935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:26.937Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:16:26.937Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:16:26.937Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:16:26.938Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:26.938Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:26.938Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571786937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:16:27.939Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:16:27.951Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:16:27.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:16:27.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:16:57.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:16:57.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:16:57.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:16:57.967Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:16:57.976Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:16:58.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:16:58.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a85c833-a7ff-42e7-8707-1737265b4522], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T15:16:58.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:16:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:16:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-15:16:57:017-56722], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:16:58.163Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:16:58.163Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:16:58.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:16:58.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:16:58.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:16:58.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:16:58.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:16:58.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:58.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:58.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571818170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:16:59.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:16:59.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:16:59.194Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:16:59.194Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:16:59.194Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:16:59.194Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:00.195Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:00.195Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:00.196Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:00.196Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:01.197Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:01.198Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:01.198Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:01.198Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:02.199Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:02.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:02.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:02.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:03.201Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:03.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:03.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:03.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:04.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:04.205Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:04.205Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:04.205Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:05.208Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:05.208Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:05.208Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:05.208Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:06.209Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:06.210Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:06.210Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:06.210Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:07.211Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:17:07.212Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:17:07.212Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:17:07.212Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:17:07.212Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:17:07.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:17:07.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:17:07.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:17:07.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:07.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:17:07.246Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:07.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:17:07.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:17:07.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:17:07.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:07.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:17:07.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:07.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:07.544Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571827543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:08.544Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:17:08.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:17:08.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:08.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:08.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:08.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:08.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3478981564972979477/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:17:09.248Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:17:09.248Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:17:09.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.250Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.251Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.251Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:09.251Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:09.251Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:17:09.280Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:17:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:17:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:17:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:17:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571829281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:17:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:17:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:17:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:10.284Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:10.284Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571830283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571784412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571785935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571786937,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571818170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571827543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571829281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571830283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:17:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:17:11.285Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:17:11.302Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:17:11.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:17:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:17:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:17:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:17:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:11.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:11.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:11.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:11.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:17:11.316Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:17:41.317Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:17:41.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:17:41.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:17:41.327Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:17:41.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:17:41.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:17:41.352Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:17:41.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:17:41.541Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:17:41.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:17:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-15:17:40:366-3535], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:17:41.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:17:41.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:17:41.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:17:41.546Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:17:41.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:17:41.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:17:41.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:41.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:41.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571861547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:17:42.566Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:17:42.566Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:17:42.566Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:42.566Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:42.566Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:42.566Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:43.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:43.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:43.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:43.568Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:44.570Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:44.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:44.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:44.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:45.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:45.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:45.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:45.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:46.575Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:46.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:46.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:46.576Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:47.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:47.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:47.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:47.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:48.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:17:48.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:48.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:48.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:49.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:17:49.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:17:49.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:17:49.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:17:49.583Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:17:49.623Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:17:49.623Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:17:49.623Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:17:49.623Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:17:49.623Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:17:49.624Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:17:49.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:17:49.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:17:49.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:17:49.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:17:49.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:17:49.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:49.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:49.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571869933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:50.935Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:17:50.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:17:50.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:50.936Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:17:50.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:50.937Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.072Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1877257591588155789/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:17:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:17:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:17:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:17:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:17:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.991Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:17:51.991Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:17:51.991Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:17:52.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:17:52.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:17:52.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:17:52.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:17:52.009Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:52.009Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:52.009Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571872008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:53.010Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:17:53.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:17:53.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:17:53.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:17:53.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:17:53.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571873010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:17:54.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:17:54.030Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:17:54.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:17:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:18:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571861547,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:18:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:18:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571869933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571872008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571873010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:18:10.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:18:24.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:18:24.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:18:24.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:18:24.052Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:18:24.060Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:18:24.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:18:24.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:18:24.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:18:24.253Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:18:24.254Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:18:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-15:18:23:106-88073], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:18:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:18:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:18:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:18:24.259Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:18:24.259Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:18:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:18:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571904259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:18:25.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T15:18:25.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:18:25.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:25.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:25.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:25.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:26.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:26.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:26.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:26.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:27.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:27.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:27.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:27.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:28.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:28.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:28.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:28.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:29.292Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:29.293Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:29.293Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:29.293Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:30.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:30.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:30.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:30.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:31.296Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:31.297Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:31.297Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:31.297Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:32.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:18:32.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:32.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:32.298Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:33.299Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:18:33.299Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:18:33.299Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T15:18:33.300Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:18:33.300Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:18:33.341Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:18:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:18:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:18:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:33.343Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-15T15:18:33.343Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:33.673Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-15T15:18:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T15:18:33.676Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:18:33.676Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:33.676Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:18:33.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:33.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:33.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571913676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:34.679Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:18:34.679Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-15T15:18:34.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:34.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:34.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:34.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:34.753Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP109349852247554335/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T15:18:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:18:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.352Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:18:35.367Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:18:35.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||pNF d2f3d8c1-98a8 0
2023-04-15T15:18:35.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80
2023-04-15T15:18:35.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||No resources found for Service: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:18:35.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:18:35.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d2f3d8c1-98a8 0 1ab15a71-f5f0-460f-af88-9c8078390e80 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:18:35.378Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c088769, org.onap.sdc.toscaparser.api.parameters.Input@1d015fd3, org.onap.sdc.toscaparser.api.parameters.Input@155d4b0, org.onap.sdc.toscaparser.api.parameters.Input@a4a113a, org.onap.sdc.toscaparser.api.parameters.Input@6291fcd5]
2023-04-15T15:18:35.378Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid df0b7396-699b-4b97-916d-34b5c89e89e7: pNF d2f3d8c1-98a8
2023-04-15T15:18:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Processing PNF resource: 1ab15a71-f5f0-460f-af88-9c8078390e80
2023-04-15T15:18:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:18:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:18:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Resource customization UUID: 0e219e90-dc18-44ca-8af0-2c2d2316ad12 is the same as notified resource customizationUUID: 0e219e90-dc18-44ca-8af0-2c2d2316ad12
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-15T15:18:35.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d2f3d8c1-98a8 1ab15a71-f5f0-460f-af88-9c8078390e80 0 ASDC deployResourceStructure
2023-04-15T15:18:35.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:18:35.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:18:35.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T15:18:35.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:18:35.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:18:35.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571915423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:18:36.425Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:18:36.442Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:18:36.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:18:36.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:18:36.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:18:36.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:18:36.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:18:36.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:18:36.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:18:36.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:18:36.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:18:36.452Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:19:06.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:19:06.462Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:19:06.462Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T15:19:06.463Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T15:19:06.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:19:06.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:19:06.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T15:19:06.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:19:06.626Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T15:19:06.627Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:19:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-15:19:05:498-97306], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:19:06.627Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:19:06.627Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:19:06.628Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:19:06.632Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:19:06.632Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:19:06.633Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:19:06.633Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:06.633Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:06.633Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571946632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:19:07.652Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:19:07.653Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:19:07.653Z||pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:19:07.653Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:19:07.653Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:19:07.653Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:19:07.659Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2d305a1b-246b-4188-ba11-3b4792bee60a
2023-04-15T15:19:07.659Z||pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T15:19:07.660Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:19:07.660Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:19:08.809Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:19:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:10.435Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:19:10.436Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:19:10.443Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2d305a1b-246b-4188-ba11-3b4792bee60a', protocol='range'}
2023-04-15T15:19:10.443Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:19:10.448Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-2d305a1b-246b-4188-ba11-3b4792bee60a=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T15:19:10.462Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2d305a1b-246b-4188-ba11-3b4792bee60a', protocol='range'}
2023-04-15T15:19:10.462Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:19:10.462Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:19:10.462Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:19:10.463Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:19:10.463Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:19:10.467Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:19:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:19:10.467Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:19:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:19:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:19:10.467Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:19:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=674, 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-04-15T15:19:10.467Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:19:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:19:10.467Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:19:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:19:10.468Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:19:11.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.485Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571904259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:19:11.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.486Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.487Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.487Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.488Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571425216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571913676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571915423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571946632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:19:11.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:19:11.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:19:11.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:19:11.493Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:11.493Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:11.493Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:11.493Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:12.494Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:12.495Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:12.495Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:12.495Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:13.496Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:13.496Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:13.497Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:13.497Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:14.497Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:14.498Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:14.498Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:14.498Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:15.500Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:15.500Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:15.500Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:15.500Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:16.501Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:16.501Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:16.501Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:16.501Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:17.502Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:19:17.502Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:17.502Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:17.503Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:18.504Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:19:18.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:19:18.504Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:19:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:19:18.519Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:19:18.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:19:18.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:19:18.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:19:18.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:19:18.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:19:18.559Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:19:18.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:19:18.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f88b8ff
2023-04-15T15:19:18.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571958582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:19.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:19:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:19:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:19:19.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:19:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:19:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:19:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:19:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:19:19.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:19:19.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@364cdcc2
2023-04-15T15:19:19.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:19:19.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:19:19.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571959624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:19:20.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:19:20.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:19:20.647Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:19:20.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:19:20.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:19:50.651Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:19:50.669Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:19:50.673Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:19:50.673Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:20:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:20:10.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:20:10.420Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:20:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:20:20.673Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:20:20.695Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:20:20.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:20:20.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:20:50.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:20:50.719Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:20:50.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:20:50.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:21:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:21:10.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.420Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:21:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:21:10.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571958582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:21:10.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:10.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:21:10.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571959624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:21:10.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:21:20.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:21:20.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:21:20.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:21:20.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:21:50.747Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:21:50.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:21:50.769Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:21:50.769Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:22:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:22:20.770Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:22:20.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:22:20.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:22:20.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:22:50.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:22:50.805Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:22:50.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:22:50.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:23:10.420Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:23:20.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:23:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:23:20.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:23:20.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:23:50.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:23:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:23:50.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:23:50.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:24:10.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:11.553Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:24:11.554Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-2d305a1b-246b-4188-ba11-3b4792bee60a sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:24:11.554Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:24:11.554Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:24:14.085Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:24:14.098Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:24:14.099Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:24:14.104Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:24:14.105Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:24:14.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:24:14.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:24:14.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:24:14.128Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:24:14.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:24:14.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:24:14.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=695, 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-04-15T15:24:14.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:24:14.129Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:24:20.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:24:20.854Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:24:20.863Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:24:20.863Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:24:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:24:20.870Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:24:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:24:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dfa026d1-1bc9-4db7-9c4f-21afe54ed832], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T15:24:20.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:24:21.061Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:24:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-15:24:19:911-40535], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:24:21.062Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:24:21.062Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:24:21.062Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:24:21.063Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:24:21.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:24:21.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:24:21.068Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:24:21.069Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:21.069Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:21.069Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572261068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:21.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:24:21.084Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572261068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:24:21.085Z||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-04-15T15:24:22.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:24:22.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:24:22.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:24:22.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:22.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:22.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:23.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:24:23.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:23.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:23.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:24.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:24:24.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:24:24.092Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:24:24.092Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:24:24.092Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:24:24.121Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:24:24.121Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:24:24.122Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:24:24.122Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:24:24.122Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:24:24.122Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:24:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:24:24.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:24:24.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:24:24.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:24:24.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:24:24.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:24.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:24.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572264458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:25.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:24:25.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:24:25.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:24:25.462Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.462Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.533Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12710194109221390791/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:24:25.871Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:24:25.872Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:24:25.873Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:24:25.899Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:24:25.899Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:24:25.899Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:24:25.899Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:24:25.899Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572265899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:26.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:24:26.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:24:26.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:24:26.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:26.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:26.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572266900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:24:27.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:24:27.910Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:24:27.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:24:27.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:24:27.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:24:27.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:24:27.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:24:27.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:24:27.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:24:27.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:24:27.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:24:27.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:24:57.918Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:24:57.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:24:57.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:24:57.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:24:57.931Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:24:57.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:24:57.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:24:57.963Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:24:58.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:24:58.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:24:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[188648], x-aai-txid=[2-aai-resources-230415-15:24:56:969-92547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:24:58.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:24:58.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:24:58.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:24:58.123Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:24:58.123Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:24:58.124Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:24:58.124Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:58.124Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:58.124Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572298123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:24:59.144Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:24:59.144Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:24:59.144Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:24:59.145Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:24:59.145Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:24:59.145Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:00.145Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:00.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:00.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:00.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:01.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:01.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:01.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:01.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:02.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:02.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:02.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:02.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:03.150Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:03.150Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:03.150Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:03.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:04.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:04.152Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:04.152Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:04.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:05.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:05.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:05.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:05.155Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:06.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:06.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:06.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:06.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:07.157Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:25:07.158Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:25:07.158Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:25:07.158Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:25:07.158Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:25:07.189Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:25:07.189Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:25:07.189Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:25:07.189Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:07.189Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:25:07.190Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:07.462Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:25:07.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:25:07.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:25:07.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:07.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:25:07.466Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:07.466Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:07.466Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572307465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:08.467Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:25:08.468Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:25:08.468Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:08.469Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:08.469Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:08.469Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:08.569Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8458400748716067529/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:25:09.137Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:25:09.138Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.139Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:09.140Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572309164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:10.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:25:10.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:25:10.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:25:10.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:10.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:10.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572310165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:10.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:25:10.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572264458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572265899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572266900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572298123,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:25:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:25:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572307465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572309164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572310165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:25:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:25:11.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:25:11.183Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:25:11.187Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:25:11.187Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:25:11.187Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:25:11.187Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:25:11.188Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:11.188Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:11.188Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:11.188Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:11.188Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:25:11.196Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:25:41.197Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:25:41.208Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:25:41.208Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:25:41.209Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:25:41.212Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:25:41.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:25:41.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdf46eb4-67a6-4b91-ae0a-d1802e9ed278], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T15:25:41.236Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:25:41.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:25:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-15:25:40:243-83974], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:25:41.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:25:41.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:25:41.402Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:25:41.402Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:25:41.408Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:25:41.408Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:25:41.408Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:25:41.408Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:41.408Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:41.408Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572341408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:25:42.433Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:25:42.433Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:25:42.433Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:42.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:42.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:42.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:43.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:43.435Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:43.435Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:43.435Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:44.436Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:44.436Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:44.436Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:44.436Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:45.437Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:45.438Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:45.438Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:45.438Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:46.439Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:46.439Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:46.440Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:46.440Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:47.440Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:47.441Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:47.441Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:47.441Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:48.442Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:25:48.442Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:48.442Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:48.442Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:49.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:25:49.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:25:49.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:25:49.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:25:49.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:25:49.478Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:25:49.479Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:25:49.479Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:25:49.479Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:25:49.479Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:25:49.479Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:25:49.760Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572349763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:50.764Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:25:50.765Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:25:50.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:50.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:25:50.767Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:50.767Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:50.861Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15563040530245064240/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:25:51.777Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:25:51.777Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:25:51.777Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.777Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:25:51.777Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.778Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:25:51.779Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:25:51.780Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:25:51.781Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:51.797Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572351797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:52.799Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:25:52.799Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:25:52.799Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:25:52.799Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:25:52.799Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:25:52.799Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572352798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:25:53.801Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:25:53.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:25:53.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:25:53.830Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:26:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572341408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:26:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:26:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:26:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572349763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572351797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:26:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572352798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:26:10.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:26:23.831Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:26:23.842Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:26:23.842Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:26:23.842Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:26:23.849Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:26:23.878Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:26:23.879Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d1b3d9b0-6e7a-40d7-8c1f-9de9f5428d15], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T15:26:23.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:26:24.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:26:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-15:26:22:898-74399], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:26:24.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:26:24.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:26:24.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:26:24.043Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:26:24.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:26:24.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:26:24.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:26:24.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:24.052Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:24.052Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572384051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:26:25.077Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:26:25.077Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:26:25.077Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:25.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:25.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:25.078Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:26.079Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:26.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:26.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:26.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:27.081Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:27.081Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:27.081Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:27.081Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:28.082Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:28.083Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:28.083Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:28.083Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:29.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:29.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:29.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:29.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:30.085Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:30.085Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:30.085Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:30.086Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:31.086Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:31.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:31.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:31.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:32.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:26:32.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:32.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:32.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:33.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:26:33.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:26:33.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T15:26:33.090Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:26:33.090Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T15:26:33.122Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:26:33.123Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:26:33.123Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:26:33.124Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:33.124Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:26:33.124Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:33.392Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:26:33.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T15:26:33.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:26:33.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:33.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:26:33.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:33.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:33.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572393395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:34.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:26:34.397Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:26:34.397Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:34.397Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:34.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:34.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:34.522Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5079741228428185079/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.126Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:26:35.127Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:26:35.128Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T15:26:35.159Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T15:26:35.159Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:26:35.160Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T15:26:35.160Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:26:35.160Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:35.160Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:35.160Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572395159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:36.161Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:26:36.162Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T15:26:36.162Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:26:36.162Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:26:36.162Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:26:36.162Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572396161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:26:37.163Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:26:37.181Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:26:37.183Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:26:37.183Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:26:37.183Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:26:37.184Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:26:37.184Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:26:37.184Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:26:37.184Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:26:37.184Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:26:37.184Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:26:37.188Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:27:07.189Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:27:07.198Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:27:07.199Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T15:27:07.199Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T15:27:07.205Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:27:07.221Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T15:27:07.221Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a64267b-8d8b-4ceb-a966-ebdf265d8864], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T15:27:07.231Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:27:07.388Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:27:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[254200], x-aai-txid=[2-aai-resources-230415-15:27:06:238-14771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:27:07.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:27:07.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T15:27:07.391Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:27:07.391Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:27:07.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:27:07.397Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:27:07.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:27:07.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:07.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:07.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572427397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:27:08.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:27:08.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:27:08.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:27:08.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:27:08.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:27:08.425Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:27:08.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T15:27:08.431Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-5b413bbe-79a5-4d20-954a-9b7a2909fbac
2023-04-15T15:27:08.431Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:27:08.431Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:27:08.867Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:27:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:10.434Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:27:10.434Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:27:10.441Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-5b413bbe-79a5-4d20-954a-9b7a2909fbac', protocol='range'}
2023-04-15T15:27:10.442Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:27:10.447Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-5b413bbe-79a5-4d20-954a-9b7a2909fbac=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T15:27:10.460Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-5b413bbe-79a5-4d20-954a-9b7a2909fbac', protocol='range'}
2023-04-15T15:27:10.460Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:27:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:27:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:27:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:27:10.462Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:27:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:27:10.466Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:27:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:27:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:27:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:27:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:27:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:27:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:27:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:27:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=724, 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-04-15T15:27:10.468Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:27:10.468Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:27:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:27:11.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.487Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572384051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:27:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:11.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.490Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.492Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681571947652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572393395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572395159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572396161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572427397,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:27:11.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:27:12.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:13.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:13.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:13.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:13.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:14.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:14.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:14.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:14.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:15.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:15.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:15.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:15.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:16.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:16.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:16.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:16.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:17.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:27:17.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:17.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:17.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:18.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:27:18.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:27:18.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:27:18.500Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:27:18.500Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:27:18.532Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:27:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:27:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:27:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:27:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:27:18.533Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:27:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:27:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@35af8ff8
2023-04-15T15:27:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:27:18.553Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:18.554Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572438554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:19.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:27:19.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:27:19.569Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:27:19.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:27:19.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:27:19.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:27:19.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:27:19.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:27:19.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:27:19.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2e36457
2023-04-15T15:27:19.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:27:19.593Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572439593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:27:20.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:27:20.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:27:20.611Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:27:20.613Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:27:20.613Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:27:50.614Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:27:50.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:27:50.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:27:50.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:28:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:28:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:28:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:28:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:28:20.635Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:28:20.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:28:20.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:28:20.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:28:50.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:28:50.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:28:50.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:28:50.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:29:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:29:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572438554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:29:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:29:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572439593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:29:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:29:20.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:29:20.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:29:20.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:29:20.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:29:50.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:29:50.721Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:29:50.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:29:50.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:30:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:30:20.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:30:20.744Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:30:20.747Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:30:20.747Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:30:50.747Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:30:50.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:30:50.769Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:30:50.769Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:31:10.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:31:20.770Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:31:20.785Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:31:20.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:31:20.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:31:50.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:31:50.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:31:50.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:31:50.812Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:32:10.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:11.555Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:32:11.555Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-5b413bbe-79a5-4d20-954a-9b7a2909fbac sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:32:11.556Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:32:11.556Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:32:14.089Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:32:14.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:32:14.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:32:14.108Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:32:14.109Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:32:14.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:32:14.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:32:14.126Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:32:14.131Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:32:14.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:32:14.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:32:14.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=746, 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-04-15T15:32:14.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:32:14.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:32:20.812Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:32:20.812Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:32:20.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:32:20.820Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:32:20.821Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:32:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:32:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:32:20.866Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:32:20.874Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:32:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:32:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:32:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-15:32:19:878-88269], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:32:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:32:21.035Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:32:21.035Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:32:21.044Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:32:21.044Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:32:21.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:32:21.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:21.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:21.045Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572741044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:21.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:32:21.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572741044,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:32:21.062Z||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-04-15T15:32:22.074Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:32:22.075Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:32:22.075Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:32:22.075Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:22.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:22.076Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:23.078Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:32:23.079Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:23.079Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:23.080Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:24.082Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:32:24.082Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:32:24.082Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:32:24.082Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:32:24.082Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:32:24.124Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:32:24.125Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:32:24.125Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:32:24.125Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:32:24.125Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:32:24.125Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:32:24.455Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:32:24.456Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:32:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:32:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:32:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:32:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:24.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572744457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:25.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:32:25.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:32:25.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:32:25.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.587Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14407320985196794055/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:32:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:32:25.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.914Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:32:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:32:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:32:25.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:32:25.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:32:25.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:32:25.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:32:25.951Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:25.951Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:25.952Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572745950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:26.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:32:26.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:32:26.953Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:32:26.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:26.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:26.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572746953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:32:27.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:32:27.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:32:27.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:32:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:32:27.994Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:32:57.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:32:58.008Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:32:58.008Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:32:58.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:32:58.015Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:32:58.043Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:32:58.045Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:32:58.054Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:32:58.218Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:32:58.218Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:32:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-15:32:57:058-4662], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:32:58.218Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:32:58.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:32:58.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:32:58.229Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:32:58.229Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:32:58.229Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:32:58.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:58.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:58.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572778229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:32:59.259Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:32:59.259Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:32:59.260Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:32:59.260Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:32:59.260Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:32:59.261Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:00.261Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:00.262Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:00.262Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:00.262Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:01.263Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:01.263Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:01.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:01.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:02.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:02.265Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:02.265Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:02.265Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:03.266Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:03.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:03.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:03.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:04.268Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:04.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:04.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:04.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:05.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:05.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:05.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:05.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:06.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:06.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:06.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:06.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:07.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:33:07.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:33:07.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:33:07.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:33:07.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:33:07.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:33:07.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:33:07.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:33:07.327Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:07.327Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:33:07.327Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:07.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:33:07.626Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:33:07.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:33:07.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:07.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:33:07.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:07.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:07.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572787626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:08.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:33:08.628Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:33:08.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:08.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:08.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:08.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:08.705Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16219862045983521173/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.266Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:09.268Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:33:09.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:33:09.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:33:09.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:33:09.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:33:09.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:09.314Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:09.314Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572789312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:10.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:33:10.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:33:10.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:33:10.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:10.315Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:10.316Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572790315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572744457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572745950,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:33:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572746953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572778229,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572787626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572789312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572790315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:33:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:33:11.316Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:33:11.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:11.349Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:11.350Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:33:11.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:33:41.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:33:41.379Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:33:41.379Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:33:41.379Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:33:41.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:33:41.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:33:41.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04ab8100-4f28-4f17-932a-b868021a0de3], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T15:33:41.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:33:41.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:33:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-15:33:40:426-69955], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:33:41.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:33:41.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:33:41.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:33:41.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:33:41.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:33:41.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:33:41.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:33:41.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:41.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572821588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:33:42.619Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:33:42.619Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:33:42.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:42.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:42.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:42.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:43.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:43.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:43.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:43.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:44.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:44.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:44.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:44.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:45.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:45.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:45.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:45.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:46.626Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:46.626Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:46.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:46.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:47.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:47.628Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:47.628Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:47.628Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:48.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:33:48.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:48.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:48.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:49.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:33:49.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:33:49.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:33:49.631Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:33:49.632Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:33:49.683Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:33:49.683Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:33:49.684Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:33:49.684Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:33:49.684Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:33:49.684Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:33:49.985Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:33:49.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:33:49.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:33:49.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:33:49.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:33:49.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:49.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:49.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572829987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:50.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:33:50.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:33:50.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:50.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:33:50.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:50.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.105Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2199807908197756026/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.986Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:33:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:33:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:33:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:33:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:33:52.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:33:52.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:33:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:33:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:33:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:52.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:52.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572832032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:53.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:33:53.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:33:53.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:33:53.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:33:53.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:33:53.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572833035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:33:54.037Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:33:54.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:33:54.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:33:54.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:33:54.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:34:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572821588,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:34:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.430Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:34:10.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.430Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:34:10.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572829987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.431Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572832032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:34:10.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T15:34:10.432Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572833035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:34:10.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:34:24.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:34:24.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:34:24.076Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:34:24.077Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:34:24.083Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:34:24.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:34:24.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d62e26e0-dc63-4148-ba3e-36ff715f859b], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T15:34:24.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:34:24.274Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:34:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-15:34:23:116-32207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:34:24.274Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:34:24.275Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:34:24.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:34:24.277Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:34:24.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:34:24.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:34:24.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:34:24.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:24.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:24.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572864287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:34:25.312Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:34:25.313Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:34:25.313Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:25.313Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:25.313Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:25.313Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:26.314Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:26.314Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:26.314Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:26.315Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:27.315Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:27.316Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:27.316Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:27.316Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:28.317Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:28.317Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:28.317Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:28.317Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:29.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:29.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:29.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:29.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:30.321Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:30.322Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:30.322Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:30.322Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:31.323Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:31.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:31.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:31.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:32.325Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:34:32.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:32.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:32.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:33.327Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:34:33.328Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:34:33.328Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T15:34:33.330Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:34:33.330Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T15:34:33.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:34:33.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:34:33.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:34:33.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:33.370Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:34:33.371Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:33.696Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:34:33.698Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T15:34:33.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:34:33.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:33.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:34:33.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:33.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:33.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572873699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:34.701Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:34:34.702Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:34:34.702Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:34.703Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:34.704Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:34.704Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:34.781Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11706370697771862203/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T15:34:35.378Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:34:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:34:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T15:34:35.410Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T15:34:35.411Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:34:35.411Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T15:34:35.411Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:34:35.411Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:35.411Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:35.411Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572875411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:36.412Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:34:36.413Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T15:34:36.413Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:34:36.413Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:34:36.413Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:34:36.414Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572876412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:34:37.414Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:34:37.436Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:34:37.439Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:34:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:34:37.452Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:35:07.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:35:07.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:35:07.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T15:35:07.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T15:35:07.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:35:07.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T15:35:07.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[92b76f4c-89ae-48d2-80ab-f4f8f43b5801], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T15:35:07.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:35:07.655Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:35:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[254200], x-aai-txid=[2-aai-resources-230415-15:35:06:494-61064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:35:07.655Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:35:07.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T15:35:07.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:35:07.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:35:07.666Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:35:07.667Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:35:07.667Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:35:07.667Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:35:07.667Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:35:07.667Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572907667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:35:08.698Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:35:08.698Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:35:08.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:35:08.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:35:08.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:35:08.700Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:35:08.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-ad785e94-2b07-4984-95ea-c3d2be0d8593
2023-04-15T15:35:08.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T15:35:08.709Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:35:08.709Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:35:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:35:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572864287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572428423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572873699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572875411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572876412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572907667,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:35:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:35:11.801Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:14.810Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:17.818Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:20.828Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:23.839Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:26.853Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:29.863Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:32.873Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:35.883Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:38.896Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:41.905Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:44.915Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:47.925Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:50.934Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:53.943Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:56.951Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:35:59.962Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:36:02.972Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:36:05.982Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:36:08.700Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:36:08.992Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:36:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:10.435Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:36:10.436Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:36:10.442Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-ad785e94-2b07-4984-95ea-c3d2be0d8593', protocol='range'}
2023-04-15T15:36:10.442Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:36:10.447Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-ad785e94-2b07-4984-95ea-c3d2be0d8593=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T15:36:10.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-ad785e94-2b07-4984-95ea-c3d2be0d8593', protocol='range'}
2023-04-15T15:36:10.460Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:36:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:36:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:36:10.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:36:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:36:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:36:10.466Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:36:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:36:10.466Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:36:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:36:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:36:10.466Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:36:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:36:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:36:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=788, 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-04-15T15:36:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:36:10.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:36:11.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:36:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:36:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:11.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T15:36:11.501Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:36:11.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:36:12.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:12.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:12.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:12.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:13.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:13.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:13.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:13.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:14.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:14.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:14.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:14.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:15.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:15.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:15.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:15.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:16.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:16.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:16.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:16.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:17.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:36:17.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:17.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:17.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:18.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:36:18.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:36:18.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:36:18.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:36:18.498Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:36:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:36:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:36:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:36:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:36:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:36:18.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:36:18.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:36:18.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67234ddb
2023-04-15T15:36:18.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:36:18.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:36:18.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:36:18.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:36:18.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:36:18.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:36:18.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:18.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:18.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572978632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:19.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:36:19.651Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:36:19.652Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:36:19.656Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:36:19.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:36:19.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:36:19.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:36:19.657Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:36:19.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:36:19.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ca895bc
2023-04-15T15:36:19.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:36:19.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:36:19.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:36:19.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:36:19.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:36:19.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:36:19.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:36:19.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:36:19.677Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572979676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:36:20.678Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:36:20.678Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:36:20.697Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:36:20.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:36:20.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:36:50.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:36:50.726Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:36:50.730Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:36:50.730Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:37:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:37:10.436Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.437Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572978632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:37:10.439Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572979676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:37:10.439Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:37:20.731Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:37:20.750Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:37:20.753Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:37:20.753Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:37:50.753Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:37:50.775Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:37:50.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:37:50.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:38:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:38:20.780Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:38:20.800Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:38:20.805Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:38:20.805Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:38:50.805Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:38:50.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:38:50.836Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:38:50.836Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:39:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:39:20.837Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:39:20.863Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:39:20.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:39:20.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:39:50.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:39:50.886Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:39:50.889Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:39:50.889Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:40:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:40:20.889Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:40:20.907Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:40:20.911Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:40:20.911Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:40:50.912Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:40:50.932Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:40:50.936Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:40:50.936Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:41:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:11.553Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:41:11.554Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-ad785e94-2b07-4984-95ea-c3d2be0d8593 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:41:11.554Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:41:11.554Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:41:13.904Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:41:13.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:41:13.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:41:13.930Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:41:13.930Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:41:13.945Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:41:13.945Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:41:13.946Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:41:13.949Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:41:13.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:41:13.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:41:13.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=797, 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-04-15T15:41:13.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:41:13.950Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:41:20.936Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:41:20.937Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:41:20.947Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:41:20.947Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:41:20.947Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:41:20.951Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:41:20.966Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:41:20.967Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:41:20.976Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:41:21.141Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:41:21.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:41:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-15:41:19:980-32158], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:41:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:41:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:41:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:41:21.151Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:41:21.151Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:41:21.151Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:41:21.152Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:21.152Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:21.152Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573281151,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:21.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:41:21.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573281151,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:41:21.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:41:22.179Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:41:22.180Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:41:22.180Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:41:22.180Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:22.180Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:22.180Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:23.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:41:23.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:23.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:23.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:24.182Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:41:24.182Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:41:24.183Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:41:24.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:41:24.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:41:24.229Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:41:24.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:41:24.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:41:24.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:41:24.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:41:24.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:41:24.505Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573284507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:25.508Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:41:25.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:41:25.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.510Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:41:25.510Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.596Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9313126537212078335/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:41:25.943Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:41:25.944Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573285971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:26.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:41:26.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:41:26.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:41:26.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:26.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:26.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573286972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:41:27.974Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:41:27.996Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:41:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:41:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:41:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:41:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:41:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:41:28.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:41:28.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:41:28.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:41:28.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:41:28.014Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:41:58.014Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:41:58.023Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:41:58.024Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:41:58.024Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:41:58.031Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:41:58.056Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:41:58.056Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c28dc2da-ce88-4d24-ae62-788ce1334cc9], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T15:41:58.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:41:58.223Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:41:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-15:41:57:066-43134], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:41:58.224Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:41:58.224Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:41:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:41:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:41:58.232Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:41:58.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:41:58.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:41:58.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:58.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:58.234Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573318233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:41:59.263Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:41:59.263Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:41:59.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:41:59.264Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:41:59.265Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:41:59.265Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:00.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:00.267Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:00.268Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:00.268Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:01.269Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:01.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:01.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:01.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:02.272Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:02.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:02.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:02.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:03.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:03.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:03.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:03.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:04.276Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:04.276Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:04.276Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:04.277Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:05.277Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:05.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:05.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:05.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:06.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:06.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:06.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:06.280Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:07.281Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:42:07.281Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:42:07.282Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:42:07.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:42:07.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:42:07.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:42:07.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:42:07.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:42:07.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:07.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:42:07.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:42:07.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:42:07.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:42:07.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:07.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:42:07.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:07.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:07.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573327631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:08.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:42:08.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:42:08.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:08.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:08.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:08.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:08.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17467764108282530417/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.294Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:42:09.295Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.296Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:09.297Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:09.297Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:42:09.336Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:42:09.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:42:09.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:42:09.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:42:09.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:09.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:09.338Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573329337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:10.339Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:42:10.339Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:42:10.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:42:10.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:10.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:10.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573330339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573284507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573285971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573286972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573318233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573327631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573329337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573330339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:42:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:42:11.341Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:42:11.360Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:42:11.363Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:42:11.363Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:42:11.363Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:42:11.363Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:42:11.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:11.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:11.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:11.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:11.364Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:42:11.372Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:42:41.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:42:41.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:42:41.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:42:41.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:42:41.393Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:42:41.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:42:41.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2e5df61-ea30-4ee9-b009-50e56416423d], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T15:42:41.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:42:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:42:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-15:42:40:420-21228], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:42:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:42:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:42:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:42:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:42:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:42:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:42:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:42:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573361589,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:42:42.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:42:42.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:42:42.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:42.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:42.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:42.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:43.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:43.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:43.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:43.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:44.626Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:44.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:44.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:44.627Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:45.628Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:45.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:45.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:45.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:46.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:46.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:46.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:46.631Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:47.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:47.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:47.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:47.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:48.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:42:48.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:48.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:48.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:49.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:42:49.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:42:49.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:42:49.637Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:42:49.637Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:42:49.686Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:42:49.686Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:42:49.687Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:42:49.687Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:42:49.687Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:42:49.687Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:42:50.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:42:50.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:42:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:42:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:42:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:42:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573370003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:51.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:42:51.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:42:51.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:42:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:51.094Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8402689858813101749/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:42:52.098Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:42:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:42:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:42:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:42:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:42:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:42:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573372141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:53.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:42:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:42:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:42:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:42:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:42:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573373142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:42:54.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:42:54.167Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:54.172Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:42:54.172Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:42:54.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:43:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573361589,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:43:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:43:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:43:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573370003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573372141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:43:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:43:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573373142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:43:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:43:24.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:43:24.193Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:43:24.193Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:43:24.194Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:43:24.200Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:43:24.221Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:43:24.221Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf67d6f9-7ea3-417b-a0fa-8ffff675db31], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T15:43:24.231Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:43:24.394Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:43:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-15:43:23:231-77575], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:43:24.395Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:43:24.395Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:43:24.396Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:43:24.397Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:43:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:43:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:43:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:43:24.407Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:24.407Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:24.407Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573404406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:43:25.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:43:25.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:43:25.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:25.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:25.441Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:25.441Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:26.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:26.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:26.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:26.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:27.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:27.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:27.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:27.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:28.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:28.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:28.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:28.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:29.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:29.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:29.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:29.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:30.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:30.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:30.449Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:30.449Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:31.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:31.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:31.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:31.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:32.451Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:43:32.451Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:32.451Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:32.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:33.453Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:43:33.453Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:43:33.453Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T15:43:33.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:43:33.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T15:43:33.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:43:33.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:43:33.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:43:33.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:33.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:43:33.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:33.806Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:43:33.811Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T15:43:33.812Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:43:33.812Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:33.812Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:43:33.812Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:33.813Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:33.813Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573413812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:34.814Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:43:34.814Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:43:34.815Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:34.816Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:34.816Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:34.817Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:34.900Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7806437827020837399/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T15:43:35.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:43:35.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:43:35.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:43:35.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T15:43:35.526Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T15:43:35.526Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:43:35.526Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T15:43:35.526Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:43:35.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:35.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:35.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573415526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:36.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:43:36.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T15:43:36.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:43:36.529Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:43:36.529Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:43:36.529Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573416528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:43:37.530Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:43:37.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:43:37.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:43:37.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:43:37.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:43:37.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:43:37.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:43:37.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:43:37.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:43:37.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:43:37.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:43:37.569Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:44:07.569Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:44:07.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:44:07.580Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T15:44:07.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T15:44:07.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:44:07.603Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:44:07.604Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T15:44:07.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:44:07.785Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T15:44:07.786Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:44:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-15:44:06:620-23280], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:44:07.786Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:44:07.786Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:44:07.786Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:44:07.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:44:07.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:44:07.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:44:07.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:44:07.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:44:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573447796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:44:08.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:44:08.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:44:08.824Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:44:08.824Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:44:08.824Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:44:08.825Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:44:08.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T15:44:08.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-842736e2-999d-4474-8109-fb825f8c03e2
2023-04-15T15:44:08.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:44:08.830Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:44:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573404406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681572968700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573413812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573415526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573416528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573447796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:44:11.632Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:14.653Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:17.662Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:20.673Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:23.685Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:26.694Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:29.705Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:32.714Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:35.724Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:38.736Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:41.746Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:44.756Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:47.765Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:50.776Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:53.786Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:56.795Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:44:59.805Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:45:02.813Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:45:05.821Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:45:08.826Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:45:08.830Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:45:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:45:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:45:10.437Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-842736e2-999d-4474-8109-fb825f8c03e2', protocol='range'}
2023-04-15T15:45:10.438Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:45:10.444Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-842736e2-999d-4474-8109-fb825f8c03e2=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:45:10.459Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-842736e2-999d-4474-8109-fb825f8c03e2', protocol='range'}
2023-04-15T15:45:10.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:45:10.459Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:45:10.459Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:45:10.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:45:10.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:45:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:45:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:45:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:45:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:45:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:45:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:45:10.469Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:45:10.469Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:45:10.469Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:45:10.470Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=839, 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-04-15T15:45:10.470Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:45:10.470Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:45:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:45:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:45:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:11.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:45:11.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:45:11.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:45:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:12.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:13.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:13.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:13.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:13.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:14.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:14.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:14.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:14.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:15.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:15.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:15.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:15.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:16.498Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:16.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:16.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:16.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:17.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:45:17.500Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:17.500Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:17.500Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:18.501Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:45:18.501Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:45:18.501Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:45:18.502Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:45:18.503Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:45:18.548Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:45:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:45:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:45:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:45:18.550Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:45:18.550Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:45:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:45:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@9aaf9c5
2023-04-15T15:45:18.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:45:18.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:45:18.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:45:18.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:45:18.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:45:18.576Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:45:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573518576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:19.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:45:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:45:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:45:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:45:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:45:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:45:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:45:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:45:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:45:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7829e31b
2023-04-15T15:45:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:45:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:45:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:45:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:45:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:45:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:45:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:45:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:45:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573519621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:45:20.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:45:20.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:45:20.645Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:45:20.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:45:20.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:45:50.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:45:50.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:45:50.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:45:50.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:46:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:46:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573518576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:46:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:46:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573519621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:46:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:46:20.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:46:20.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:46:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:46:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:46:50.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:46:50.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:46:50.744Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:46:50.745Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:47:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:47:20.745Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:47:20.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:47:20.776Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:47:20.776Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:47:50.777Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:47:50.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:47:50.809Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:47:50.809Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:48:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:48:20.809Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:48:20.832Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:48:20.835Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:48:20.836Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:48:50.836Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:48:50.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:48:50.863Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:48:50.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:49:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:49:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:49:20.892Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:49:20.897Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:49:20.897Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:49:50.897Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:49:50.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:49:50.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:49:50.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:50:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:50:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-842736e2-999d-4474-8109-fb825f8c03e2 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:50:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:50:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:50:13.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:50:13.946Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:50:13.946Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:50:13.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:50:13.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:50:13.972Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:50:13.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:50:13.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:50:13.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:50:13.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:50:13.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:50:13.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=848, 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-04-15T15:50:13.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:50:13.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:50:20.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:50:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:50:20.937Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:50:20.937Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:50:20.938Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:50:20.946Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:50:20.970Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T15:50:20.971Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:50:20.978Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:50:21.148Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:50:21.149Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:50:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[172232], x-aai-txid=[0-aai-resources-230415-15:50:19:977-80911], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:50:21.149Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:50:21.150Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:50:21.150Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:50:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:50:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:50:21.159Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:50:21.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:21.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:21.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573821159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:21.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:50:21.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573821159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:50:21.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:50:22.194Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:50:22.194Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:50:22.195Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:50:22.195Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:22.195Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:22.195Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:23.196Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:50:23.197Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:23.197Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:23.197Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:24.198Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:50:24.198Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:50:24.198Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:50:24.198Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:50:24.198Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:50:24.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:50:24.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:50:24.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:50:24.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:50:24.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:50:24.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:50:24.571Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:50:24.572Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:50:24.572Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:50:24.572Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:50:24.572Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:50:24.573Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:24.573Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:24.573Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573824572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:25.574Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:50:25.575Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:50:25.575Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:25.575Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:50:25.576Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:25.576Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:25.701Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6326061725459364425/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.048Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.049Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:50:26.050Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:50:26.092Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:50:26.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:50:26.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:50:26.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:50:26.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:26.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:26.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573826092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:27.094Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:50:27.095Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:50:27.095Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:50:27.095Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:27.095Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:27.095Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573827094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:50:28.097Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:50:28.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:50:28.119Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:50:28.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:50:28.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:50:58.131Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:50:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:50:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:50:58.139Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:50:58.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:50:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:50:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1526483-9be6-4ceb-8941-9612d3766a44], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T15:50:58.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:50:58.337Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:50:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-15:50:57:168-23397], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:50:58.338Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:50:58.338Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:50:58.338Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:50:58.338Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:50:58.343Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:50:58.344Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:50:58.344Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:50:58.344Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:58.344Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:58.344Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573858344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:50:59.366Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:50:59.367Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:50:59.367Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:50:59.367Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:50:59.367Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:50:59.367Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:00.368Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:00.368Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:00.368Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:00.369Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:01.369Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:01.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:01.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:01.370Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:02.371Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:02.372Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:02.372Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:02.372Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:03.373Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:03.374Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:03.374Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:03.374Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:04.375Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:04.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:04.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:04.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:05.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:05.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:05.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:05.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:06.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:06.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:06.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:06.378Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:07.379Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:51:07.379Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:51:07.380Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T15:51:07.380Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:51:07.380Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T15:51:07.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:51:07.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:51:07.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:51:07.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:07.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:51:07.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:07.727Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:07.730Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573867730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:08.731Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:51:08.732Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:51:08.732Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:08.732Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:08.733Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:08.733Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:08.815Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15040664879635306266/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T15:51:09.410Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:09.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T15:51:09.450Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T15:51:09.451Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:51:09.451Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T15:51:09.451Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:51:09.451Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:09.451Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:09.451Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573869451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573824572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573826092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573827094,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573858344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573867730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573869451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T15:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:51:10.452Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T15:51:10.453Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T15:51:10.453Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:51:10.453Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:10.453Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:10.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573870452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:11.455Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:51:11.480Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:51:11.485Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:11.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:51:11.500Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:51:41.500Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:51:41.512Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T15:51:41.513Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T15:51:41.513Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T15:51:41.520Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:51:41.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T15:51:41.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[011d158a-fdb2-43b5-bf40-071b9b4570f9], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T15:51:41.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:51:41.688Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:51:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-15:51:40:541-62870], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:51:41.688Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:51:41.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T15:51:41.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:51:41.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:51:41.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:51:41.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:51:41.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:51:41.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:41.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:41.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573901703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:51:42.735Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:51:42.735Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:51:42.736Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:42.736Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:42.736Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:42.736Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:43.736Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:43.737Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:43.737Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:43.737Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:44.738Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:44.738Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:44.738Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:44.738Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:45.739Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:45.739Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:45.739Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:45.739Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:46.740Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:46.740Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:46.740Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:46.740Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:47.745Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:47.745Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:47.745Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:47.745Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:48.745Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:51:48.746Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:48.746Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:48.746Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:49.747Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:51:49.747Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:51:49.748Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T15:51:49.749Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:51:49.749Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T15:51:49.795Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:51:49.796Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:51:49.796Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:51:49.796Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:51:49.796Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:51:49.796Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:51:50.098Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:51:50.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T15:51:50.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:51:50.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T15:51:50.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:51:50.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:50.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:50.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573910100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:51.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:51:51.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:51:51.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:51.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T15:51:51.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:51.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:51.188Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7263591832441730714/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.099Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:51:52.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:51:52.102Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T15:51:52.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:51:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T15:51:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T15:51:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:51:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T15:51:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:51:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573912141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T15:51:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T15:51:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:51:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:51:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:51:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573913143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:51:54.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:51:54.167Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:51:54.170Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:51:54.170Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:51:54.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:51:54.188Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:52:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:52:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573870452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T15:52:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:52:24.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:52:24.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T15:52:24.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T15:52:24.202Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T15:52:24.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:52:24.228Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T15:52:24.228Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c55ab63-a124-4906-9343-3fcd9d356172], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T15:52:24.234Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:52:24.393Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:52:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-15:52:23:232-90699], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:52:24.394Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:52:24.395Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T15:52:24.395Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:52:24.395Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:52:24.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:52:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:52:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:52:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:24.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573944406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:52:25.435Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:52:25.436Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:52:25.436Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:25.436Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:25.436Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:25.436Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:26.437Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:26.438Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:26.438Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:26.438Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:27.438Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:27.439Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:27.439Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:27.439Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:29.441Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:29.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:29.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:29.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:31.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:31.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:31.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:31.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:32.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:52:32.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:32.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:32.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:33.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:52:33.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:52:33.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T15:52:33.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T15:52:33.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T15:52:33.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:52:33.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:52:33.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:52:33.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:33.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:52:33.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:33.791Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:52:33.793Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T15:52:33.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:52:33.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:33.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:52:33.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:33.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:33.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573953793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:34.794Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:52:34.795Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:52:34.795Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:34.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:34.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:34.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:34.874Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10153776551795054092/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T15:52:35.517Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:52:35.517Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:52:35.517Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.518Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:52:35.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T15:52:35.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T15:52:35.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:52:35.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T15:52:35.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:52:35.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:35.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:35.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573955554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:36.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T15:52:36.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T15:52:36.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:52:36.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:52:36.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:52:36.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573956556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:52:37.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:52:37.577Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:52:37.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:52:37.593Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:53:07.593Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:53:07.601Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T15:53:07.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T15:53:07.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T15:53:07.609Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:53:07.631Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T15:53:07.632Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c8f368c-b245-4998-92c1-505cad7b30da], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T15:53:07.640Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:53:07.796Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:53:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-15:53:06:638-920], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:53:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:53:07.798Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T15:53:07.799Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:53:07.799Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:53:07.805Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:53:07.806Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:53:07.806Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:53:07.806Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:53:07.806Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:53:07.806Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573987806,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:53:08.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:53:08.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T15:53:08.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:53:08.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:53:08.838Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:53:08.838Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:53:08.842Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-6ee74b1e-1ed7-468a-a135-a11248d43a9d
2023-04-15T15:53:08.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T15:53:08.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T15:53:08.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T15:53:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:53:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573901703,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573910100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573912141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573913143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T15:53:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:53:11.676Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:14.687Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:17.701Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:20.711Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:23.719Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:26.729Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:29.741Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:32.750Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:35.760Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:38.769Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:41.779Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:44.788Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:47.799Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:50.809Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:53.818Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:56.828Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:53:59.837Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:54:02.850Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:54:05.859Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:54:08.840Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T15:54:08.869Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:54:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:54:10.435Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:54:10.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-6ee74b1e-1ed7-468a-a135-a11248d43a9d', protocol='range'}
2023-04-15T15:54:10.441Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:54:10.445Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-6ee74b1e-1ed7-468a-a135-a11248d43a9d=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:54:10.459Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:54:10.459Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:54:10.459Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-6ee74b1e-1ed7-468a-a135-a11248d43a9d', protocol='range'}
2023-04-15T15:54:10.460Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:54:10.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T15:54:10.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T15:54:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:54:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:54:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:54:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T15:54:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T15:54:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:54:10.465Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T15:54:10.465Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T15:54:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:54:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=877, 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-04-15T15:54:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:54:10.466Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:54:11.481Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.481Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573944406,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:54:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.482Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573508826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:54:11.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:11.483Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573953793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573955554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573956556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T15:54:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681573987806,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T15:54:11.484Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:54:12.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:12.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:12.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:12.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:13.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:15.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:15.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:15.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:15.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:16.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:16.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:16.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:16.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:17.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:54:17.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:17.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:17.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:18.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:54:18.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:54:18.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T15:54:18.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T15:54:18.497Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T15:54:18.543Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:54:18.544Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:54:18.544Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:54:18.544Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:54:18.544Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:54:18.544Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T15:54:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:54:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a590333
2023-04-15T15:54:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:54:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:54:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:54:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T15:54:18.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T15:54:18.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:54:18.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:18.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:18.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574058578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T15:54:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:54:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:54:19.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T15:54:19.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T15:54:19.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:54:19.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:54:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T15:54:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T15:54:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7684c0e5
2023-04-15T15:54:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T15:54:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T15:54:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T15:54:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T15:54:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T15:54:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T15:54:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:54:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:54:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574059616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:54:20.618Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:54:20.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:54:20.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:54:20.644Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:54:20.644Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:54:50.645Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:54:50.673Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:54:50.678Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:54:50.678Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:55:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:55:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:55:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:55:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:55:20.678Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:55:20.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:55:20.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:55:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:55:50.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:55:50.735Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:55:50.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:55:50.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:56:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:56:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574058578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:56:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:56:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574059616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T15:56:10.423Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T15:56:20.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:56:20.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:56:20.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:56:20.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:56:50.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:56:50.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:56:50.797Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:56:50.798Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:57:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:57:20.798Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:57:20.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:57:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:57:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:57:50.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:57:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:57:50.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:57:50.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:58:20.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:58:20.875Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:58:20.879Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:58:20.880Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:58:50.880Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:58:50.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:58:50.908Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T15:58:50.908Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T15:59:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:11.544Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T15:59:11.544Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-6ee74b1e-1ed7-468a-a135-a11248d43a9d sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T15:59:11.545Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T15:59:11.545Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T15:59:14.074Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T15:59:14.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:59:14.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T15:59:14.095Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:59:14.096Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T15:59:14.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T15:59:14.110Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T15:59:14.110Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T15:59:14.114Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:59:14.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:59:14.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:59:14.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=899, 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-04-15T15:59:14.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:59:14.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T15:59:20.908Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T15:59:20.908Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:59:20.919Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T15:59:20.919Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T15:59:20.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T15:59:20.923Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:59:20.935Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T15:59:20.935Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57d3ad79-ccd0-468d-bc69-330ac37f2df5], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T15:59:20.944Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T15:59:21.087Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:59:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-15:59:19:938-61644], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:59:21.087Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:59:21.088Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T15:59:21.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:59:21.090Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:59:21.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:59:21.101Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T15:59:21.101Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T15:59:21.102Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:21.102Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:21.102Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574361101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:21.118Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T15:59:21.119Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574361101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T15:59:21.119Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|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-04-15T15:59:22.128Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:59:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:59:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:59:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:23.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:59:23.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:23.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:23.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:24.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T15:59:24.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T15:59:24.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T15:59:24.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T15:59:24.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T15:59:24.179Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:59:24.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:59:24.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:59:24.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:59:24.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T15:59:24.180Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:59:24.494Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T15:59:24.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T15:59:24.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:59:24.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T15:59:24.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T15:59:24.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:24.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:24.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574364496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:25.499Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T15:59:25.499Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T15:59:25.499Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.500Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T15:59:25.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.576Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13602417672391184495/Definitions/service-BasicNetwork-template.yml
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.915Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T15:59:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T15:59:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T15:59:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:59:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T15:59:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:59:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574365955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:26.957Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T15:59:26.957Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T15:59:26.957Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T15:59:26.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:26.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:26.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574366957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T15:59:27.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:59:27.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T15:59:27.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T15:59:27.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T15:59:27.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T15:59:27.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T15:59:27.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:59:27.989Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:59:27.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:59:27.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T15:59:27.990Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T15:59:28.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T15:59:58.005Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T15:59:58.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T15:59:58.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T15:59:58.012Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T15:59:58.018Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T15:59:58.035Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T15:59:58.035Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dfc23542-9429-4f4b-be5f-d9216b451e06], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T15:59:58.042Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T15:59:58.195Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 15:59:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-15:59:57:037-18942], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T15:59:58.196Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T15:59:58.197Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T15:59:58.197Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T15:59:58.197Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T15:59:58.201Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T15:59:58.201Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T15:59:58.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T15:59:58.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:58.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:58.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574398202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T15:59:59.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T15:59:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T15:59:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T15:59:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T15:59:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T15:59:59.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:00.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:01.234Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:01.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:01.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:01.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:02.236Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:02.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:02.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:02.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:03.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:03.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:03.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:03.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:04.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:04.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:04.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:04.243Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:05.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:05.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:05.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:05.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:06.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:06.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:06.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:06.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:07.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:00:07.248Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:00:07.248Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:00:07.248Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:00:07.249Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:00:07.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:00:07.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:00:07.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:00:07.313Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:07.314Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:00:07.314Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:07.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:00:07.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:00:07.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:00:07.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:07.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:00:07.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:07.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:07.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574407635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:08.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:00:08.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:00:08.638Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:08.639Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:08.639Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:08.640Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:08.726Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4867803450679372793/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:00:09.286Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.287Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:09.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:09.288Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:10.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:00:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:00:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:00:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574410331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574364496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574365955,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574366957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574398202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574407635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574409330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574410331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:00:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:00:11.334Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:00:11.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:00:11.377Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:00:41.377Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:00:41.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:00:41.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:00:41.390Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:00:41.393Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:00:41.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:00:41.411Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a82c1f8-4962-477a-959f-23d18b099068], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T16:00:41.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:00:41.571Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:00:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-16:00:40:413-53534], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:00:41.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:00:41.572Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:00:41.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:00:41.573Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:00:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:00:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:00:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:00:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574441579,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:00:42.605Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:00:42.605Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:00:42.605Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:42.606Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:42.606Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:42.606Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:43.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:43.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:43.608Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:43.608Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:44.609Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:44.609Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:44.610Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:44.610Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:45.611Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:45.611Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:45.611Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:45.611Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:46.613Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:46.613Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:46.613Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:46.613Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:47.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:47.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:47.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:47.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:48.615Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:00:48.616Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:48.616Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:48.616Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:49.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:00:49.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:00:49.619Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:00:49.619Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:00:49.620Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:00:49.665Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:00:49.665Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:00:49.665Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:00:49.665Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:00:49.665Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:00:49.666Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:00:49.939Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:00:49.941Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:00:49.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:00:49.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:00:49.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:00:49.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:49.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:49.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574449941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:50.942Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:00:50.943Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:00:50.943Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:50.943Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:00:50.944Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:50.944Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6383404332690311158/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:00:51.929Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:00:51.931Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:00:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:00:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:51.969Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574451969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:52.970Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:00:52.970Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:00:52.970Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:00:52.971Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:00:52.971Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:00:52.971Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574452970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:00:53.972Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:00:53.995Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:54.000Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:54.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:00:54.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:00:54.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:01:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574441579,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574449941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574451969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:01:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574452970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:01:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:01:24.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:01:24.022Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:01:24.022Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:01:24.023Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:01:24.029Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:01:24.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:01:24.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0a03c13-9308-4526-aa86-834dc1b19d4a], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T16:01:24.048Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:01:24.197Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:01:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-16:01:23:041-57556], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:01:24.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:01:24.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:01:24.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:01:24.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:01:24.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:01:24.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:01:24.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:01:24.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:24.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:24.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574484208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:01:25.232Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:01:25.232Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:01:25.233Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:25.233Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:25.233Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:25.233Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:26.234Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:26.234Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:26.234Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:26.235Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:27.235Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:27.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:27.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:27.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:28.237Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:28.237Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:28.237Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:28.237Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:29.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:29.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:29.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:29.239Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:30.239Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:30.239Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:30.239Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:30.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:31.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:31.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:31.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:31.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:32.242Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:01:32.243Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:32.243Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:32.243Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:33.245Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:01:33.246Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:01:33.246Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:01:33.246Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:01:33.246Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:01:33.282Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:01:33.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:01:33.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:01:33.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:33.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:01:33.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:33.605Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:01:33.608Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:01:33.609Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:01:33.609Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:33.609Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:01:33.609Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:33.610Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:33.610Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574493609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:34.611Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:01:34.612Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:01:34.612Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:34.613Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:34.614Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:34.614Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:34.694Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15473075014167811478/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:01:35.249Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:01:35.250Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.251Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:01:35.252Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:01:35.294Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:01:35.294Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:01:35.294Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:01:35.295Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:01:35.295Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:35.295Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:35.295Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574495294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:36.296Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:01:36.297Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:01:36.297Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:01:36.297Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:01:36.297Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:01:36.297Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574496296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:01:37.298Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:01:37.312Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:01:37.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:01:37.323Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:02:07.324Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:02:07.333Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:02:07.333Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:02:07.334Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:02:07.341Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:02:07.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:02:07.358Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:02:07.368Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:02:07.540Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:02:07.540Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:02:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-16:02:06:364-29623], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:02:07.540Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:02:07.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:02:07.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:02:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:02:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:02:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:02:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574527546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:02:08.563Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T16:02:08.564Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T16:02:08.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:02:08.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:02:08.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:02:08.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:02:08.573Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-017663e2-1df4-4101-8b5b-a685198f53ab
2023-04-15T16:02:08.574Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T16:02:08.574Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T16:02:08.574Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:02:08.885Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:02:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:10.433Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:02:10.433Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:02:10.443Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:02:10.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-017663e2-1df4-4101-8b5b-a685198f53ab', protocol='range'}
2023-04-15T16:02:10.449Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-017663e2-1df4-4101-8b5b-a685198f53ab=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T16:02:10.472Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-017663e2-1df4-4101-8b5b-a685198f53ab', protocol='range'}
2023-04-15T16:02:10.472Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:02:10.472Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T16:02:10.472Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T16:02:10.472Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:02:10.473Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:02:10.477Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:02:10.477Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:02:10.477Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:02:10.478Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=928, 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-04-15T16:02:10.478Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:02:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:02:10.478Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:02:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:02:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T16:02:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:02:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:02:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T16:02:11.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.496Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574484208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:02:11.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.496Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574048840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:02:11.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574493609,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574495294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574496296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:02:11.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574527546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:02:11.499Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:02:11.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:02:11.501Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:11.502Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:11.502Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:11.502Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:12.502Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:12.503Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:12.503Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:12.503Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:13.504Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:13.504Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:13.504Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:13.504Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:14.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:14.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:14.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:14.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:15.506Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:15.506Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:15.506Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:15.506Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:16.507Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:16.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:16.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:16.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:17.511Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:02:17.511Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:17.512Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:17.512Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:18.513Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:02:18.514Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:02:18.514Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T16:02:18.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:02:18.516Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T16:02:18.547Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:02:18.548Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:02:18.548Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:02:18.548Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:02:18.548Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:02:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:02:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:02:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6330f808
2023-04-15T16:02:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:02:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:02:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:02:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T16:02:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T16:02:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:02:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:18.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574538572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:19.575Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:02:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:02:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:02:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T16:02:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T16:02:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:02:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:02:19.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:02:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:02:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@78fe295b
2023-04-15T16:02:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:02:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:02:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574539620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:02:20.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:02:20.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:02:20.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:02:20.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:02:20.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:02:50.644Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:02:50.665Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:02:50.669Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:02:50.669Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:03:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:03:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:03:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:03:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:03:20.669Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:03:20.697Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:03:20.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:03:20.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:03:50.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:03:50.728Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:03:50.732Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:03:50.732Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:04:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:04:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:04:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574538572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:04:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:04:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574539620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:04:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:04:20.733Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:04:20.755Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:04:20.763Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:04:20.763Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:04:50.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:04:50.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:04:50.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:04:50.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:05:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:05:20.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:05:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:05:20.832Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:05:20.832Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:05:50.832Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:05:50.854Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:05:50.858Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:05:50.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:06:10.420Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:06:20.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:06:20.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:06:20.889Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:06:20.889Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:06:50.890Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:06:50.915Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:06:50.919Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:06:50.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:07:10.421Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:11.498Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:07:11.498Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-017663e2-1df4-4101-8b5b-a685198f53ab sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T16:07:11.499Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T16:07:11.499Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T16:07:14.077Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:07:14.093Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:07:14.093Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:07:14.099Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:07:14.099Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:07:14.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:07:14.145Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:07:14.146Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:07:14.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:07:14.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:07:14.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:07:14.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=950, 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-04-15T16:07:14.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:07:14.151Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:07:20.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T16:07:20.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:07:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T16:07:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T16:07:20.932Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T16:07:20.938Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:07:20.956Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:07:20.956Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T16:07:20.966Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T16:07:21.125Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T16:07:21.126Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:07:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-16:07:19:959-56531], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:07:21.127Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:07:21.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:07:21.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:07:21.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:07:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T16:07:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T16:07:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574841143,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:21.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:07:21.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574841143,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T16:07:21.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:07:22.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:07:22.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:07:22.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:07:22.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:22.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:22.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:23.172Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:07:23.173Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:23.173Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:23.173Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:24.174Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:07:24.174Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:07:24.174Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T16:07:24.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T16:07:24.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T16:07:24.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:07:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:07:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:07:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:07:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:07:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:07:24.532Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:07:24.533Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T16:07:24.534Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:07:24.534Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:07:24.534Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:07:24.534Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:24.534Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:24.534Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574844534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:25.535Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:07:25.536Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:07:25.536Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.536Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T16:07:25.537Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.537Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.615Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11440682487507171811/Definitions/service-BasicNetwork-template.yml
2023-04-15T16:07:25.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:07:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:07:25.957Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T16:07:25.999Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T16:07:26.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:07:26.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T16:07:26.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:07:26.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:26.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:26.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574846000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:27.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:07:27.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T16:07:27.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:07:27.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:27.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:27.001Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574847001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:07:28.002Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:07:28.022Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:07:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:07:28.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:07:58.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:07:58.044Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T16:07:58.044Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T16:07:58.044Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T16:07:58.052Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:07:58.072Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T16:07:58.072Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c717d94-b3aa-4fc8-a30e-208a7fe2d47f], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T16:07:58.080Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:07:58.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:07:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-16:07:57:072-53888], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:07:58.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:07:58.238Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T16:07:58.238Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:07:58.238Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:07:58.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:07:58.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:07:58.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:07:58.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:58.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:58.251Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574878251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:07:59.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:07:59.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:07:59.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:07:59.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:07:59.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:07:59.285Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:00.285Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:00.286Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:00.286Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:00.286Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:01.287Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:01.288Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:01.288Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:01.288Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:02.289Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:02.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:02.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:02.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:03.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:03.292Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:03.292Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:03.292Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:04.293Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:04.294Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:04.294Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:04.294Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:05.295Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:05.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:05.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:05.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:06.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:06.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:06.298Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:06.298Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:07.299Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:08:07.299Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:08:07.299Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:08:07.300Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:08:07.300Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:08:07.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:08:07.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:08:07.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:08:07.347Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:07.347Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:08:07.347Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:07.664Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:07.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574887666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:08.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:08:08.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:08:08.668Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:08.668Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:08.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:08.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:08.743Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6241020721976638058/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:08:09.328Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:08:09.328Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:08:09.328Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.328Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:08:09.328Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.328Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:08:09.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:08:09.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:08:09.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:08:09.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:08:09.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:08:09.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:09.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:09.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574889385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:10.388Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:08:10.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:08:10.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:08:10.390Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:10.390Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:10.390Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574890388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574844534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574846000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574847001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574878251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574887666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574889385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:08:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574890388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:08:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:08:11.391Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:08:11.415Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:11.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:08:11.428Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:08:41.429Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:08:41.439Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:08:41.440Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:08:41.440Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:08:41.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:08:41.461Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:08:41.461Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecc36bfa-4420-419e-8de0-3c7c079067a4], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T16:08:41.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:08:41.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:08:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-16:08:40:457-37974], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:08:41.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:08:41.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:08:41.626Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:08:41.626Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:08:41.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:08:41.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:08:41.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:08:41.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:41.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:41.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574921637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:08:42.668Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:08:42.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:08:42.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:42.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:42.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:42.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:43.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:43.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:43.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:43.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:44.671Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:44.671Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:44.672Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:44.672Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:45.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:45.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:45.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:45.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:46.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:46.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:46.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:46.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:47.675Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:47.675Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:47.676Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:47.676Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:48.676Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:08:48.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:48.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:48.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:49.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:08:49.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:08:49.679Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:08:49.679Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:08:49.680Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:08:49.724Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:08:49.725Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:08:49.725Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:08:49.725Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:08:49.725Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:08:49.726Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:08:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:08:50.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:08:50.007Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:08:50.007Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:08:50.007Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:08:50.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:50.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:50.008Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574930007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:51.010Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:08:51.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:08:51.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:51.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:08:51.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:51.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:51.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11996572421769502800/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:08:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:08:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:08:52.066Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:08:52.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:08:52.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:08:52.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:08:52.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:52.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:52.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574932067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:53.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:08:53.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:08:53.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:08:53.068Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:08:53.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:08:53.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574933068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:08:54.070Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:08:54.096Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:08:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:08:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:08:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:08:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:08:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:54.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:54.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:08:54.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:08:54.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:09:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:10.431Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574921637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:09:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:09:10.432Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.433Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574930007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574932067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T16:09:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574933068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:09:10.435Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:09:24.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:09:24.125Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:09:24.125Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:09:24.125Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:09:24.132Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:09:24.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:09:24.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f42b2ff-35b9-4d98-b3a3-f2dc5cee5604], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T16:09:24.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:09:24.308Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:09:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-16:09:23:148-43445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:09:24.308Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:09:24.309Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:09:24.310Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:09:24.310Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:09:24.318Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:09:24.318Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:09:24.318Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:09:24.318Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:24.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:24.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574964318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:09:25.346Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:09:25.347Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:09:25.347Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:25.348Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:25.348Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:25.348Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:26.349Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:26.349Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:26.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:26.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:27.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:27.351Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:27.352Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:27.352Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:28.353Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:28.353Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:28.354Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:28.354Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:29.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:29.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:29.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:29.356Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:30.356Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:30.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:30.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:30.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:31.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:31.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:31.358Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:31.358Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:32.358Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:09:32.359Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:32.359Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:32.359Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:33.360Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:09:33.361Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:09:33.361Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:09:33.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:09:33.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:09:33.403Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:09:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:09:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:09:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:09:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:33.714Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:09:33.718Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:09:33.719Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:09:33.720Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:33.720Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:09:33.721Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:33.721Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:33.722Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574973719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:34.723Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:09:34.724Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:09:34.724Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:34.725Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:34.725Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:34.725Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:34.835Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6570361754441893205/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:09:35.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:09:35.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:09:35.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:09:35.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.362Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:09:35.363Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:09:35.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:09:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:09:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:09:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:09:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574975405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:09:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:09:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:09:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:09:36.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:09:36.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574976406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:09:37.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:09:37.420Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:09:37.422Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:09:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:09:37.430Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:10:07.431Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:10:07.437Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:10:07.437Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:10:07.437Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:10:07.442Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:10:07.457Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:10:07.457Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:10:07.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:10:07.623Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:10:07.623Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:10:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[254200], x-aai-txid=[1-aai-resources-230415-16:10:06:459-22995], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:10:07.624Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:10:07.624Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:10:07.625Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:10:07.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:10:07.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:10:07.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:10:07.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:07.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:07.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575007638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:10:08.664Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T16:10:08.664Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T16:10:08.665Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:10:08.665Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:10:08.665Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:10:08.666Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:10:08.669Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=6, 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-04-15T16:10:08.672Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d20e8375-5546-4284-8ec9-7a28d92385ea
2023-04-15T16:10:08.672Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T16:10:08.672Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:10:08.787Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:10:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:10.435Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:10:10.435Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:10:10.440Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:10:10.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d20e8375-5546-4284-8ec9-7a28d92385ea', protocol='range'}
2023-04-15T16:10:10.445Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-d20e8375-5546-4284-8ec9-7a28d92385ea=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T16:10:10.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d20e8375-5546-4284-8ec9-7a28d92385ea', protocol='range'}
2023-04-15T16:10:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T16:10:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T16:10:10.461Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:10:10.462Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:10:10.462Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:10:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:10:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:10:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:10:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:10:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T16:10:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:10:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:10:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:10:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=979, 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-04-15T16:10:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T16:10:10.466Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:10:10.467Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:10:10.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.981Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.981Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.982Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.985Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574964318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.987Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.987Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.988Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.988Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.989Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.989Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.992Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.992Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.993Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.996Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.996Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.998Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681574955618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574935086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574937990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:10.999Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574942770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681574934888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:11.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574952732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681574968878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574969803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574968895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574970058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574970807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:10:11.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:10:11.003Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.003Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681574971809,
  "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-04-15T16:10:11.038Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b51ab53-32f0-4aee-8010-3c02f4d6671f
2023-04-15T16:10:11.038Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b51ab53-32f0-4aee-8010-3c02f4d6671f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:10:11.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.056Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574528563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574971862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574973719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.057Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681574972867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:10:11.070Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b51ab53-32f0-4aee-8010-3c02f4d6671f
2023-04-15T16:10:11.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b51ab53-32f0-4aee-8010-3c02f4d6671f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:10:11.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574972459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:10:11.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.092Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "aai-model-loader",
  "timestamp": 1681574973462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:10:11.106Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b51ab53-32f0-4aee-8010-3c02f4d6671f
2023-04-15T16:10:11.106Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b51ab53-32f0-4aee-8010-3c02f4d6671f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:10:11.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574975405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681574976406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575007638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:10:11.128Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:10:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:10:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:10:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:12.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:12.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:12.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:12.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:13.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:14.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:14.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:15.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:15.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:15.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:15.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:16.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:16.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:16.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:16.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:17.491Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:10:17.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:17.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:17.492Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:18.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:10:18.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:10:18.493Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T16:10:18.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:10:18.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T16:10:18.529Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:10:18.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:10:18.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:10:18.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:10:18.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:10:18.530Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:10:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:10:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1ef52fdf
2023-04-15T16:10:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:10:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:10:18.555Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:10:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T16:10:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T16:10:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:10:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575018556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:19.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:10:19.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:10:19.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:10:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T16:10:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T16:10:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:10:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:10:19.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:10:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:10:19.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25465f02
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:10:19.597Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575019597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:10:20.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:10:20.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:10:20.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:10:20.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:10:20.624Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:10:50.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:10:50.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:10:50.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:10:50.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:11:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:11:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:11:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:11:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:11:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:11:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575018556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:11:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:11:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575019597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:11:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:11:20.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:11:20.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:11:20.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:11:20.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:11:50.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:11:50.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:11:50.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:11:50.711Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:12:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:12:20.711Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:12:20.736Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:12:20.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:12:20.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:12:50.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:12:50.769Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:12:50.774Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:12:50.775Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:13:10.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:13:20.775Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:13:20.800Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:13:20.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:13:20.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:13:50.804Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:13:50.826Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:13:50.829Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:13:50.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:14:10.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:14:20.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:14:20.863Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:14:20.866Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:14:20.866Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:14:50.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:14:50.893Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:14:50.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:14:50.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:15:10.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:11.557Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:15:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-d20e8375-5546-4284-8ec9-7a28d92385ea sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T16:15:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T16:15:11.558Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T16:15:13.874Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:15:13.884Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:15:13.885Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:15:13.890Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:15:13.891Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:15:13.905Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:15:13.905Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:15:13.905Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:15:13.909Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:15:13.910Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:15:13.910Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:15:13.911Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1059, 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-04-15T16:15:13.911Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:15:13.911Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:15:20.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T16:15:20.900Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:15:20.911Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T16:15:20.911Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T16:15:20.912Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T16:15:20.916Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:15:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T16:15:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a57e90c4-5a7b-42d3-8cba-61857720d8ed], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T16:15:20.940Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T16:15:21.088Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:15:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-16:15:19:930-81859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:15:21.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:15:21.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T16:15:21.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:15:21.089Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:15:21.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:15:21.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T16:15:21.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T16:15:21.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:21.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:21.100Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575321100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:21.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:15:21.119Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575321100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T16:15:21.119Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:15:22.128Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:15:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:15:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:15:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:23.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:15:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:24.133Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:15:24.134Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:15:24.134Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T16:15:24.134Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T16:15:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T16:15:24.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:15:24.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:15:24.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:15:24.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:15:24.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:15:24.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:15:24.479Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:15:24.480Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T16:15:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:15:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:15:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:15:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575324481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:25.482Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:15:25.483Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:15:25.483Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.484Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T16:15:25.484Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.559Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10432067414828411698/Definitions/service-BasicNetwork-template.yml
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:15:25.916Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.917Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.918Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:15:25.918Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:15:25.918Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T16:15:25.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T16:15:25.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:15:25.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T16:15:25.958Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:15:25.959Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:25.959Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:25.959Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575325958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:26.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:15:26.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T16:15:26.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:15:26.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:26.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:26.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575326960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:15:27.962Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:15:27.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:15:27.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:15:27.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:15:27.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:15:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:15:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:15:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:15:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:15:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:15:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:15:27.993Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:15:57.993Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:15:57.999Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T16:15:57.999Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T16:15:58.000Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T16:15:58.007Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:15:58.024Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T16:15:58.025Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a51e8f39-b819-48bb-8db7-a801951a43c0], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T16:15:58.034Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:15:58.191Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:15:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-16:15:57:023-54917], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:15:58.192Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:15:58.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T16:15:58.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:15:58.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:15:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:15:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:15:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:15:58.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:58.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:58.205Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575358203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:15:59.232Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:15:59.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:15:59.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:15:59.233Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:15:59.234Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:15:59.234Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:00.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:00.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:00.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:00.235Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:01.236Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:01.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:01.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:01.237Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:02.238Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:02.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:02.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:02.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:03.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:03.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:03.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:03.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:04.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:04.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:04.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:04.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:05.242Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:05.242Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:05.242Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:05.242Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:06.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:06.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:06.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:06.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:07.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:16:07.245Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:16:07.246Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:16:07.246Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:16:07.246Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:16:07.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:16:07.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:16:07.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:16:07.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:07.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:16:07.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:07.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:16:07.617Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:16:07.617Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:16:07.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:07.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:16:07.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:07.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:07.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575367617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:08.619Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:16:08.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:16:08.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:08.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:08.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:08.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:08.705Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8955680142280567264/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:16:09.276Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:16:09.276Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:16:09.276Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:16:09.277Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:09.278Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:16:09.330Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:16:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:16:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:16:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:16:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575369331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:16:10.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:16:10.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:16:10.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:10.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:10.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575370332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:10.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.429Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575324481,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575325958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575326960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575358203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575367617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575369331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:16:10.432Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575370332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:16:10.433Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:16:11.334Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:16:11.357Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:11.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:16:11.369Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:16:41.370Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:16:41.380Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:16:41.381Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:16:41.381Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:16:41.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:16:41.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:16:41.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c349885-aac6-44f0-9b40-f84ec8d828f3], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T16:16:41.407Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:16:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:16:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-16:16:40:397-18432], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:16:41.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:16:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:16:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:16:41.580Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:16:41.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:16:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:16:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:16:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:41.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575401589,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:16:42.613Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:16:42.613Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:16:42.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:42.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:42.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:42.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:43.615Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:43.615Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:43.615Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:43.616Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:44.616Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:44.617Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:44.617Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:44.617Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:45.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:45.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:45.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:45.618Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:46.619Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:46.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:46.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:46.620Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:47.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:47.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:47.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:47.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:48.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:16:48.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:48.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:48.623Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:49.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:16:49.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:16:49.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:16:49.624Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:16:49.624Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:16:49.671Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:16:49.672Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:16:49.672Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:16:49.672Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:16:49.673Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:16:49.673Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:16:49.971Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:16:49.972Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:16:49.972Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:16:49.973Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:16:49.973Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:16:49.973Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:49.973Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:49.973Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575409972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:50.974Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:16:50.975Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:16:50.975Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:50.976Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:16:50.977Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:50.977Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:51.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9865791977759445697/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:16:52.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.015Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.016Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:16:52.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:16:52.017Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:16:52.061Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:16:52.062Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:16:52.062Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:16:52.062Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:16:52.062Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:52.062Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:52.063Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575412062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:53.064Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:16:53.064Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:16:53.064Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:16:53.064Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:16:53.065Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:16:53.065Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575413064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:16:54.066Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:16:54.084Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:16:54.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:16:54.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:16:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:16:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:16:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:54.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:54.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:16:54.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:16:54.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:17:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575401589,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575409972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:17:10.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575412062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:17:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:10.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:17:10.428Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575413064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:17:10.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:17:24.101Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:17:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:17:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:17:24.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:17:24.119Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:17:24.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:17:24.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9877d49-02cd-45c7-b29c-883bda5e184c], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T16:17:24.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:17:24.300Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:17:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-16:17:23:133-66196], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:17:24.301Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:17:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:17:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:17:24.303Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:17:24.317Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:17:24.318Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:17:24.318Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:17:24.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:24.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:24.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575444318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:17:25.346Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:17:25.347Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:17:25.347Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:25.347Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:25.348Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:25.348Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:26.348Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:26.349Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:26.349Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:26.349Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:27.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:27.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:27.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:27.350Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:28.351Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:28.351Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:28.352Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:28.352Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:29.353Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:29.353Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:29.353Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:29.354Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:30.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:30.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:30.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:30.355Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:31.356Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:31.356Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:31.356Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:31.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:32.357Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:17:32.358Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:32.358Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:32.358Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:33.359Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:17:33.359Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:17:33.359Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:17:33.360Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:17:33.360Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:17:33.403Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:17:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:17:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:17:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:17:33.404Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:33.704Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:17:33.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:17:33.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:17:33.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:33.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:17:33.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:33.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:33.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575453707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:34.708Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:17:34.709Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:17:34.709Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:34.710Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:34.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:34.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:34.783Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4436504041603618924/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:17:35.379Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.380Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.381Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:17:35.382Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:17:35.433Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:17:35.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:17:35.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:17:35.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:17:35.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:35.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:35.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575455434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:36.435Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:17:36.436Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:17:36.436Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:17:36.436Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:17:36.436Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:17:36.436Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575456435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:17:37.437Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:17:37.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:17:37.472Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:17:37.472Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:17:37.472Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:17:37.473Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:17:37.473Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:17:37.473Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:17:37.473Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:17:37.473Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:17:37.473Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:17:37.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:18:07.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:18:07.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:18:07.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:18:07.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:18:07.504Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:18:07.520Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:18:07.521Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:18:07.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:18:07.731Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:18:07.732Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:18:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[181], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-16:18:06:535-2866], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:18:07.732Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:18:07.732Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:18:07.732Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:18:07.745Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:18:07.745Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:18:07.745Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:18:07.745Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:07.746Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:07.746Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575487745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:18:08.771Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:18:08.771Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:18:08.771Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:08.772Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:08.772Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:08.772Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:09.772Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:09.773Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:09.773Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:09.774Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575444318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575453707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575455434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575456435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575487745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:18:10.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:18:10.775Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:10.775Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:10.775Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:10.776Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:11.776Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:11.776Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:11.776Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:11.777Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:12.777Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:12.777Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:12.778Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:12.778Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:13.778Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:13.779Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:13.779Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:13.779Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:14.780Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:14.780Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:14.780Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:14.781Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:15.781Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:18:15.781Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:15.781Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:15.781Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:16.782Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:18:16.783Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:18:16.783Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T16:18:16.783Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:18:16.783Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:18:16.836Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:18:16.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:18:16.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:18:16.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:16.838Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:18:16.838Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:17.155Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:18:17.157Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T16:18:17.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:18:17.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:17.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:18:17.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:17.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:17.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575497158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:18.159Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:18:18.160Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:18:18.160Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.160Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.161Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.161Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.269Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3494091634327730990/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.834Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.835Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:18:18.855Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:18:18.860Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||pNF 273c4b78-e9b4 0
2023-04-15T16:18:18.861Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc
2023-04-15T16:18:18.861Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:18:18.861Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:18:18.861Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 273c4b78-e9b4 0 e4e5d43e-5c5c-409f-afd6-9cb391c313cc ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:18:18.874Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f51976, org.onap.sdc.toscaparser.api.parameters.Input@32655914, org.onap.sdc.toscaparser.api.parameters.Input@a1a4a91, org.onap.sdc.toscaparser.api.parameters.Input@63a55c73, org.onap.sdc.toscaparser.api.parameters.Input@4fb7d7d8]
2023-04-15T16:18:18.874Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.874Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.875Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 005712fc-4d9e-40bb-9337-c602e1f3359d: pNF 273c4b78-e9b4
2023-04-15T16:18:18.875Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Processing PNF resource: e4e5d43e-5c5c-409f-afd6-9cb391c313cc
2023-04-15T16:18:18.875Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:18:18.875Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:18:18.875Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Resource customization UUID: 69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3 is the same as notified resource customizationUUID: 69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-15T16:18:18.978Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 273c4b78-e9b4 e4e5d43e-5c5c-409f-afd6-9cb391c313cc 0 ASDC deployResourceStructure
2023-04-15T16:18:18.979Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:18:18.979Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:18:18.979Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:18:18.979Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:18.979Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:18.979Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575498979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:18:19.980Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:18:19.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:18:20.001Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:18:20.001Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:18:20.001Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:18:20.001Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:18:20.001Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:18:20.002Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:18:20.002Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:18:20.002Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:18:20.002Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:18:20.010Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:18:50.011Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:18:50.021Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:18:50.022Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T16:18:50.022Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T16:18:50.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:18:50.044Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T16:18:50.044Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af3b86d1-cae4-462a-af01-60310dab330f], X-ECOMP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-TransactionId=[], X-ONAP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], Content-Type=[application/merge-patch+json]}
2023-04-15T16:18:50.052Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:18:50.207Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?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/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:18:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-16:18:49:041-41206], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:18:50.208Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:18:50.209Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T16:18:50.209Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:18:50.210Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:18:50.220Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:18:50.221Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:18:50.221Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:18:50.221Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:18:50.222Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:18:50.222Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575530221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:18:51.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T16:18:51.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T16:18:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:18:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:18:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:18:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:18:51.257Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-70aced4d-6c18-48d5-abdf-a02720e1b313
2023-04-15T16:18:51.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=7, 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-04-15T16:18:51.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T16:18:51.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:18:53.713Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:18:56.725Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:18:59.734Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:19:02.744Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:19:05.755Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:19:08.764Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:19:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:10.436Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:19:10.437Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:19:10.449Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:19:10.449Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-70aced4d-6c18-48d5-abdf-a02720e1b313', protocol='range'}
2023-04-15T16:19:10.456Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-70aced4d-6c18-48d5-abdf-a02720e1b313=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T16:19:10.471Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-70aced4d-6c18-48d5-abdf-a02720e1b313', protocol='range'}
2023-04-15T16:19:10.471Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:19:10.471Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T16:19:10.471Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T16:19:10.471Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:19:10.472Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:19:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:19:10.475Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:19:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:19:10.475Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:19:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:19:10.475Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T16:19:10.475Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1103, 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-04-15T16:19:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:19:10.476Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:19:10.476Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:19:10.476Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:19:10.476Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T16:19:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575008664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575497158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575498979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:19:11.494Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:19:11.494Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575530221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:19:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:19:11.495Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:11.495Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:11.495Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:11.495Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:13.497Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:14.499Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:14.499Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:14.499Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:14.499Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:15.499Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:15.500Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:15.500Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:15.500Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:16.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:16.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:16.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:16.502Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:17.503Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:19:17.503Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:17.503Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:17.504Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:18.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:19:18.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:19:18.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T16:19:18.506Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:19:18.506Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T16:19:18.560Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:19:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:19:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:19:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:19:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:19:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:19:18.588Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:19:18.588Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e258601
2023-04-15T16:19:18.588Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575558589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:19.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:19:19.611Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:19:19.612Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:19:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T16:19:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T16:19:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:19:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:19:19.617Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:19:19.635Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:19:19.635Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2496ec5c
2023-04-15T16:19:19.635Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:19:19.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:19:19.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:19:19.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T16:19:19.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T16:19:19.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:19:19.636Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:19:19.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:19:19.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575559636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:19:20.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:19:20.638Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:19:20.666Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:19:20.670Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:19:20.670Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:19:50.670Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:19:50.693Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:19:50.697Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:19:50.697Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:20:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:20:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T16:20:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:20:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:20:20.697Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:20:20.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:20:20.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:20:20.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:20:50.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:20:50.747Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:20:50.751Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:20:50.751Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:21:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:21:10.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:21:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:21:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575558589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575559636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:21:10.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:21:20.751Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:21:20.773Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:21:20.777Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:21:20.777Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:21:50.778Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:21:50.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:21:50.799Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:21:50.799Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:22:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:22:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:22:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:22:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:22:20.799Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:22:20.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:22:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:22:20.828Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:22:50.828Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:22:50.850Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:22:50.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:22:50.854Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:23:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:23:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.435Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575689893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.436Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575722770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575722857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575713872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575719716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.438Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575737777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575737824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575736899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575736917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575738784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.439Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575739015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.440Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575739786,
  "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-04-15T16:23:10.482Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d56864-7b85-4869-b2f0-3b92f6ab91a0
2023-04-15T16:23:10.482Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575740145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575741258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.508Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.508Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575742276,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:23:10.521Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8d56864-7b85-4869-b2f0-3b92f6ab91a0
2023-04-15T16:23:10.521Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575732732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575743279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575742574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575743625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575743576,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:23:10.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8d56864-7b85-4869-b2f0-3b92f6ab91a0
2023-04-15T16:23:10.554Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:23:10.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575745728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575746731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:23:10.587Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8d56864-7b85-4869-b2f0-3b92f6ab91a0
2023-04-15T16:23:10.587Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:23:10.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.609Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.610Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575737903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.612Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1681575737981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575740788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.614Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1681575749113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.614Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575750046,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575751049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.615Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575744284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.616Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "policy-distribution-id",
  "timestamp": 1681575752051,
  "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-04-15T16:23:10.665Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb39825c-6523-4bef-8a92-933d3d3391f0
2023-04-15T16:23:10.666Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb39825c-6523-4bef-8a92-933d3d3391f0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:23:10.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.686Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575752413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575753535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.687Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575754635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.688Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575755644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:23:10.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb39825c-6523-4bef-8a92-933d3d3391f0
2023-04-15T16:23:10.703Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb39825c-6523-4bef-8a92-933d3d3391f0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "multicloud-k8s",
  "timestamp": 1681575756646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575752770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575760904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575766277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.723Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "aai-model-loader",
  "timestamp": 1681575767279,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:23:10.735Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb39825c-6523-4bef-8a92-933d3d3391f0
2023-04-15T16:23:10.735Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb39825c-6523-4bef-8a92-933d3d3391f0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575762732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575771553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575773676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:23:10.751Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1681575774680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:23:10.762Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb39825c-6523-4bef-8a92-933d3d3391f0
2023-04-15T16:23:10.762Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb39825c-6523-4bef-8a92-933d3d3391f0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:23:20.854Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:23:20.879Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:23:20.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:23:20.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:23:50.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:23:50.901Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:23:50.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:23:50.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:24:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:11.555Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:24:11.555Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-70aced4d-6c18-48d5-abdf-a02720e1b313 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T16:24:11.556Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T16:24:11.556Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T16:24:14.432Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:24:14.445Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:24:14.446Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:24:14.452Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:24:14.452Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:24:14.466Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:24:14.466Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:24:14.467Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:24:14.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:24:14.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:24:14.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:24:14.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1260, 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-04-15T16:24:14.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:24:14.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:24:20.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T16:24:20.904Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:24:20.923Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T16:24:20.923Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T16:24:20.924Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T16:24:20.933Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:24:20.949Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:24:20.950Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T16:24:20.958Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T16:24:21.122Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T16:24:21.124Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:24:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-16:24:19:948-50542], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:24:21.124Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:24:21.125Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:24:21.125Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:24:21.135Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:24:21.135Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T16:24:21.135Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T16:24:21.136Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:21.136Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:21.136Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575861135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:21.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:24:21.153Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575861135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T16:24:21.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:24:22.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:24:22.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:24:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:24:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:23.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:24:23.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:23.167Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:23.167Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:24.168Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:24:24.168Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:24:24.169Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T16:24:24.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T16:24:24.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T16:24:24.220Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:24:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:24:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:24:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:24:24.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:24:24.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:24:24.507Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:24:24.508Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T16:24:24.508Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:24:24.508Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:24:24.508Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:24:24.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:24.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:24.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575864508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:25.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:24:25.510Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:24:25.510Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T16:24:25.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.590Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7666041035158182511/Definitions/service-BasicNetwork-template.yml
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:24:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T16:24:26.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T16:24:26.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:24:26.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T16:24:26.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:24:26.034Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:26.034Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:26.034Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575866033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:27.035Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:24:27.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T16:24:27.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:24:27.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:27.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:27.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575867035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:24:28.037Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:24:28.057Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:24:28.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:24:28.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:24:28.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:24:28.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:24:28.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:24:28.061Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:24:28.061Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:24:28.061Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:24:28.061Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:24:28.073Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:24:58.073Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:24:58.081Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T16:24:58.081Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T16:24:58.082Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T16:24:58.090Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:24:58.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:24:58.111Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T16:24:58.120Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:24:58.283Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T16:24:58.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:24:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-16:24:57:110-53569], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:24:58.285Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:24:58.285Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:24:58.286Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:24:58.298Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:24:58.299Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:24:58.299Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:24:58.300Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:58.300Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:58.300Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575898299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:24:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:24:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:24:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:24:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:24:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:24:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:01.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:01.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:01.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:01.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:02.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:02.328Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:02.328Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:02.328Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:03.329Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:03.330Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:03.330Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:03.330Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:04.331Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:04.332Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:04.332Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:04.332Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:05.334Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:05.334Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:05.334Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:05.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:06.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:06.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:06.337Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:06.337Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:07.338Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:25:07.339Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:25:07.339Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:25:07.339Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:25:07.339Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:25:07.380Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:25:07.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:25:07.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:25:07.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:07.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:25:07.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:07.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:07.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575907698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:08.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:25:08.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:25:08.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:08.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:08.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:08.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:08.779Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17120214489321197719/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:25:09.353Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:25:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:09.356Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:09.356Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:25:09.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:25:09.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:25:09.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:25:09.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:25:09.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:09.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:09.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575909399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:10.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:25:10.402Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:25:10.402Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:25:10.403Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:10.403Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:10.403Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575910401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575864508,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:25:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575866033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575867035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575898299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:25:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575907698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575909399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575910401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:25:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:25:11.404Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:25:11.429Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:25:11.433Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:25:11.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:25:11.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:25:11.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:25:11.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:11.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:11.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:11.435Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:11.435Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:25:11.448Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:25:41.448Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:25:41.457Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:25:41.457Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:25:41.458Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:25:41.464Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:25:41.487Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:25:41.488Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c2dad69-05b7-427b-bce9-af9b7ebc4852], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T16:25:41.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:25:41.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:25:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-16:25:40:481-6330], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:25:41.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:25:41.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:25:41.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:25:41.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:25:41.659Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:25:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:25:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:25:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575941660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:25:42.688Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:25:42.688Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:25:42.688Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:42.689Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:42.689Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:42.689Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:43.690Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:43.691Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:43.691Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:43.691Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:44.692Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:44.692Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:44.692Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:44.692Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:45.693Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:45.693Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:45.694Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:45.694Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:46.694Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:46.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:46.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:46.695Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:47.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:47.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:47.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:47.696Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:48.697Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:25:48.697Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:48.697Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:48.697Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:49.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:25:49.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:25:49.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:25:49.699Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:25:49.699Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:25:49.763Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:25:49.764Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:25:49.764Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:25:49.764Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:25:49.764Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:25:49.765Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:25:50.070Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:25:50.070Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:25:50.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:25:50.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:25:50.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:25:50.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:50.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:50.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575950071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:51.071Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:25:51.072Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:25:51.072Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:51.072Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:25:51.073Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:51.073Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:51.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13758333833999687776/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:25:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:25:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:25:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:25:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:25:52.091Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:25:52.092Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:25:52.093Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:25:52.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:25:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:25:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:25:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:25:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:52.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575952141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:25:53.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:25:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:25:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:25:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:25:53.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575953143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:25:54.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:25:54.170Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:25:54.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:25:54.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:25:54.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:26:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575941660,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:26:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575950071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575952141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:26:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:26:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575953143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:26:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:26:24.187Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:26:24.200Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:26:24.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:26:24.202Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:26:24.211Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:26:24.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:26:24.237Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:26:24.245Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:26:24.399Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:26:24.400Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:26:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-16:26:23:232-26491], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:26:24.401Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:26:24.402Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:26:24.402Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:26:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:26:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:26:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:26:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575984412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:26:25.433Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:26:25.433Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:26:25.433Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:25.434Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:25.434Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:25.434Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:26.434Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:26.435Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:26.435Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:26.435Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:27.436Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:27.437Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:27.437Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:27.437Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:28.439Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:28.440Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:29.441Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:29.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:29.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:29.442Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:30.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:30.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:31.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:31.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:31.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:31.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:32.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:26:32.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:32.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:32.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:33.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:26:33.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:26:33.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:26:33.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:26:33.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:26:33.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:26:33.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:26:33.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:26:33.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:33.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:26:33.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:33.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:26:33.840Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:26:33.840Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:26:33.840Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:33.840Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:26:33.841Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:33.841Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:33.841Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575993840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:34.841Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:26:34.842Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:26:34.842Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:34.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:34.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:34.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:34.923Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP438469092914561205/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:26:35.584Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:26:35.585Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:26:35.585Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.585Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:26:35.585Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:26:35.586Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:26:35.587Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.588Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.589Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.589Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.589Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:26:35.589Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:26:35.589Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:26:35.636Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:26:35.636Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:26:35.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:26:35.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:26:35.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:35.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:35.637Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575995636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:36.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:26:36.639Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:26:36.639Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:26:36.639Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:26:36.639Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:26:36.640Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575996638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:26:37.641Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:26:37.665Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:26:37.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:26:37.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:26:37.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:26:37.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:26:37.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:26:37.671Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:26:37.671Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:26:37.671Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:26:37.671Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:26:37.687Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:27:07.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:27:07.696Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:27:07.699Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:27:07.701Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:27:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:27:07.719Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:27:07.720Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:27:07.731Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:27:07.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:27:07.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:27:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[254200], x-aai-txid=[2-aai-resources-230415-16:27:06:721-54180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:27:07.889Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:27:07.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:27:07.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:27:07.902Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:27:07.902Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:27:07.903Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:27:07.903Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:07.903Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:07.903Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576027902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:27:08.933Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:27:08.933Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:27:08.934Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:08.934Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:08.934Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:08.934Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:09.935Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:09.935Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:09.935Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:09.935Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:10.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.424Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575984412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575993840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575995636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575996638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576027902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:27:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:27:10.936Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:10.936Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:10.936Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:10.936Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:11.937Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:11.937Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:11.937Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:11.937Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:12.938Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:12.938Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:12.939Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:12.939Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:13.939Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:13.939Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:13.939Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:13.939Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:14.940Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:14.940Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:14.940Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:14.940Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:15.942Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:27:15.942Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:15.942Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:15.943Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:16.943Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:27:16.944Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:27:16.944Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T16:27:16.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:27:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T16:27:16.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:27:16.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:27:16.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:27:16.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:16.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:27:16.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:17.305Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:27:17.306Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T16:27:17.306Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:27:17.306Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:17.306Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:27:17.307Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:17.307Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:17.307Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576037306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:18.308Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:27:18.308Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:27:18.308Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.309Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.309Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.310Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.431Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5183109430524283190/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T16:27:18.981Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:27:18.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T16:27:19.038Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T16:27:19.039Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:27:19.039Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T16:27:19.039Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:27:19.039Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:19.039Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:19.039Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576039039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:20.040Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:27:20.040Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T16:27:20.040Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:27:20.040Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:20.041Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:20.041Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576040040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:27:21.041Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:27:21.065Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:27:21.070Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:27:21.070Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:27:21.070Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:27:21.070Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:27:21.070Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:27:21.070Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:27:21.071Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:27:21.071Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:27:21.071Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:27:21.082Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:27:51.083Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:27:51.097Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:27:51.098Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T16:27:51.099Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T16:27:51.104Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:27:51.120Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T16:27:51.121Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[933ce9df-594a-41a2-9a95-bc2cc13fe57d], X-ECOMP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-TransactionId=[], X-ONAP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], Content-Type=[application/merge-patch+json]}
2023-04-15T16:27:51.126Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:27:51.280Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?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/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:27:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[204800], x-aai-txid=[1-aai-resources-230415-16:27:50:114-51586], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:27:51.280Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:27:51.281Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T16:27:51.281Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:27:51.281Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:27:51.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:27:51.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:27:51.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:27:51.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:27:51.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:27:51.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576071291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:27:52.316Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T16:27:52.316Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T16:27:52.317Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:27:52.317Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:27:52.317Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:27:52.317Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:27:52.322Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=7, 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-04-15T16:27:52.322Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-551cef2a-8d37-4a94-a13d-64f3c96f152e
2023-04-15T16:27:52.322Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T16:27:52.322Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:27:54.299Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:27:57.307Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:28:00.316Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:28:03.326Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:28:06.336Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:28:09.350Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:28:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:10.432Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:28:10.432Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:28:10.437Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:28:10.437Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-551cef2a-8d37-4a94-a13d-64f3c96f152e', protocol='range'}
2023-04-15T16:28:10.441Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-551cef2a-8d37-4a94-a13d-64f3c96f152e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T16:28:10.457Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-551cef2a-8d37-4a94-a13d-64f3c96f152e', protocol='range'}
2023-04-15T16:28:10.458Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T16:28:10.458Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T16:28:10.458Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:28:10.458Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:28:10.459Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:28:10.461Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:28:10.461Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:28:10.462Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T16:28:10.462Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:28:10.462Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:28:10.462Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T16:28:10.462Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:28:10.462Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:28:10.463Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:28:10.463Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1304, 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-04-15T16:28:10.463Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:28:10.463Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:28:11.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:28:11.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.478Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:28:11.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:28:11.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.479Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:28:11.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:28:11.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.480Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681575531250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:28:11.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.481Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576037306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:28:11.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576039039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576040040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.483Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576071291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:28:11.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:28:11.493Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:28:11.493Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:28:11.494Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:11.494Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:11.494Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:11.494Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:12.495Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:12.496Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:13.498Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:14.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:14.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:14.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:14.501Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:15.502Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:15.502Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:15.502Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:15.503Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:16.504Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:16.504Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:16.504Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:16.504Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:17.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:28:17.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:17.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:17.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:18.507Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:28:18.507Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:28:18.507Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T16:28:18.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:28:18.508Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T16:28:18.556Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:28:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:28:18.557Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:28:18.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:28:18.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:28:18.558Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:28:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:28:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4b54a95d
2023-04-15T16:28:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:28:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:28:18.577Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:28:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T16:28:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T16:28:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:28:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:18.578Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576098578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:19.579Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:28:19.598Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:28:19.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:28:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T16:28:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T16:28:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:28:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:28:19.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:28:19.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:28:19.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c9cd3de
2023-04-15T16:28:19.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:28:19.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:28:19.625Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:28:19.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T16:28:19.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T16:28:19.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:28:19.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:28:19.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:28:19.626Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576099626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:28:20.627Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:28:20.627Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:28:20.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:28:20.658Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:28:20.658Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:28:50.658Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:28:50.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:28:50.689Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:28:50.689Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:29:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:29:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:29:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:29:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:29:20.689Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:29:20.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:29:20.713Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:29:20.713Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:29:50.713Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:29:50.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:29:50.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:29:50.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:30:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:30:10.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:30:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.421Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:30:10.421Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:30:10.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576098578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576099626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:30:10.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:30:20.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:30:20.762Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:30:20.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:30:20.766Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:30:50.767Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:30:50.792Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:30:50.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:30:50.797Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:31:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:31:20.797Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:31:20.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:31:20.829Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:31:20.829Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:31:50.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:31:50.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:31:50.865Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:31:50.865Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:32:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:32:20.865Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:32:20.891Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:32:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:32:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:32:50.897Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:32:50.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:32:50.924Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:32:50.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:33:10.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:11.520Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:33:11.520Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-551cef2a-8d37-4a94-a13d-64f3c96f152e sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T16:33:11.520Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T16:33:11.520Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T16:33:14.060Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:33:14.077Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:33:14.077Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:33:14.089Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:33:14.089Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:33:14.110Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:33:14.111Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:33:14.111Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:33:14.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:33:14.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:33:14.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:33:14.116Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1323, 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-04-15T16:33:14.117Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:33:14.117Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:33:20.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T16:33:20.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:33:20.936Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T16:33:20.936Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T16:33:20.937Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T16:33:20.944Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:33:20.969Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T16:33:20.970Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb37a22c-e868-4f72-977c-159235d66c16], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T16:33:20.978Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T16:33:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:33:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-16:33:19:964-76754], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:33:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:33:21.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T16:33:21.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:33:21.145Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:33:21.154Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:33:21.154Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T16:33:21.154Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T16:33:21.154Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:21.154Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:21.154Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576401154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:21.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:33:21.172Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576401154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T16:33:21.172Z||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-04-15T16:33:22.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:33:22.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:33:22.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:33:22.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:22.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:22.181Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:23.182Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:33:23.183Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:23.183Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:23.183Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:24.184Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:33:24.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:33:24.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T16:33:24.185Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T16:33:24.185Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T16:33:24.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:33:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:33:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:33:24.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:33:24.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:33:24.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:33:24.524Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:33:24.525Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T16:33:24.526Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:33:24.526Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:33:24.526Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:33:24.526Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:24.526Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:24.527Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576404526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:25.527Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:33:25.528Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:33:25.528Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.528Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T16:33:25.529Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.529Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4624628552443643739/Definitions/service-BasicNetwork-template.yml
2023-04-15T16:33:25.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:33:25.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:33:25.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:33:25.955Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:33:25.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:25.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576405995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:26.996Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:33:26.997Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T16:33:26.997Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:33:26.997Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:26.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:26.998Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576406996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:33:27.999Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:33:28.026Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:33:28.031Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:33:28.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:33:28.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:33:58.047Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:33:58.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T16:33:58.060Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T16:33:58.061Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T16:33:58.068Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:33:58.088Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:33:58.091Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T16:33:58.097Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:33:58.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T16:33:58.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:33:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[188648], x-aai-txid=[2-aai-resources-230415-16:33:57:082-41042], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:33:58.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:33:58.247Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:33:58.248Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:33:58.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:33:58.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:33:58.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:33:58.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:58.256Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:58.257Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576438256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:33:59.289Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:33:59.289Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:33:59.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:33:59.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:33:59.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:33:59.290Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:00.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:00.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:00.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:00.292Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:01.293Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:01.293Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:01.293Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:01.293Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:02.294Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:02.295Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:02.295Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:02.295Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:03.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:03.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:03.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:03.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:04.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:04.298Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:04.298Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:04.298Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:05.299Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:05.300Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:05.300Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:05.300Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:06.301Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:06.301Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:06.301Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:06.301Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:07.302Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:34:07.302Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:34:07.303Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:34:07.303Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:34:07.303Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:34:07.357Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:34:07.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:34:07.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:34:07.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:07.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:34:07.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:07.644Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:34:07.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:34:07.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:34:07.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:07.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:34:07.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:07.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:07.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576447647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:08.648Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:34:08.649Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:34:08.649Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:08.649Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:08.650Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:08.650Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:08.760Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2028803915911717941/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:34:09.374Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:34:09.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:09.376Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:09.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576449422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:10.423Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:34:10.423Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:34:10.423Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:34:10.424Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:10.424Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:10.424Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576450423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576404526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576405995,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576406996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576438256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:34:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:34:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576447647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576449422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:34:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:34:11.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:34:11.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:34:11.459Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:34:11.459Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:34:11.459Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:34:11.459Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:34:11.459Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:11.460Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:11.460Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:11.460Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:11.460Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:34:11.475Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:34:41.476Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:34:41.485Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:34:41.485Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:34:41.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:34:41.492Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:34:41.509Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:34:41.510Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:34:41.516Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:34:41.664Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:34:41.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:34:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-16:34:40:500-16732], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:34:41.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:34:41.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:34:41.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:34:41.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:34:41.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:34:41.673Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:34:41.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:41.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:41.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576481673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:34:42.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:34:42.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:34:42.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:42.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:42.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:42.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:43.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:43.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:43.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:43.705Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:44.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:44.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:44.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:44.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:45.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:45.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:45.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:45.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:46.709Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:46.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:46.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:46.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:47.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:47.712Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:47.712Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:47.712Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:48.713Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:34:48.713Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:48.713Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:48.714Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:49.719Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:34:49.720Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:34:49.720Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:34:49.720Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:34:49.720Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:34:49.765Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:34:49.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:34:49.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:34:49.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:34:49.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:34:49.766Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:34:50.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:34:50.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:34:50.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:34:50.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:34:50.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:34:50.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:50.048Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:50.048Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576490047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:51.048Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:34:51.049Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:34:51.049Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:51.049Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:34:51.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:51.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:51.166Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2805331077353442133/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:34:52.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:34:52.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:34:52.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:34:52.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:34:52.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:34:52.113Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:34:52.114Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:34:52.115Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:34:52.160Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:34:52.161Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:34:52.161Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:34:52.161Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:34:52.161Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:52.161Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:52.162Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576492161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:53.162Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:34:53.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:34:53.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:34:53.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:34:53.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:34:53.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576493162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:34:54.164Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:34:54.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:34:54.189Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:34:54.190Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:34:54.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:35:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:35:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576450423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:35:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:35:24.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:35:24.218Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:35:24.218Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:35:24.219Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:35:24.225Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:35:24.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:35:24.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9eb69e93-b608-48d8-ad55-77d7595d9e4b], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T16:35:24.246Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:35:24.403Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:35:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-16:35:23:230-37927], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:35:24.404Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:35:24.404Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:35:24.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:35:24.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:35:24.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:35:24.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:35:24.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:35:24.416Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:24.416Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:24.416Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576524415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:35:25.454Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:35:25.454Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:35:25.455Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:25.455Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:25.455Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:25.455Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:26.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:26.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:26.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:26.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:27.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:27.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:27.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:27.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:28.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:28.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:28.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:28.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:29.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:29.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:29.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:29.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:30.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:30.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:30.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:30.461Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:31.462Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:31.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:31.463Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:31.464Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:32.464Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:35:32.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:32.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:32.465Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:33.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:35:33.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:35:33.466Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:35:33.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:35:33.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:35:33.519Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:35:33.520Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:35:33.520Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:35:33.521Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:33.521Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:35:33.522Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:33.828Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:35:33.831Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:35:33.831Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:35:33.831Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:33.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:35:33.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:33.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:33.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576533831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:34.833Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:35:34.834Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:35:34.834Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:34.835Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:34.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:34.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:34.912Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7098010194373580646/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:35:35.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:35:35.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:35:35.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:35:35.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.542Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:35:35.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:35:35.589Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:35:35.590Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:35:35.590Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:35:35.590Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:35:35.591Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:35.591Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:35.591Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576535590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:36.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:35:36.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:35:36.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:35:36.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:35:36.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:35:36.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576536592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:35:37.593Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:35:37.616Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:35:37.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:35:37.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:35:37.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:35:37.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:35:37.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:35:37.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:35:37.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:35:37.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:35:37.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:35:37.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:36:07.638Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:36:07.647Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:36:07.647Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:36:07.647Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:36:07.654Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:36:07.672Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:36:07.672Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[094182a5-6045-494a-9527-52eb7a5c3766], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T16:36:07.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:36:07.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:36:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[254200], x-aai-txid=[2-aai-resources-230415-16:36:06:664-63670], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:36:07.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:36:07.844Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:36:07.844Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:36:07.844Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:36:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:36:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:36:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:36:07.854Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:07.854Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:07.854Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576567853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:36:08.881Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:36:08.882Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:36:08.884Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:08.885Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:08.885Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:08.885Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:09.886Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:09.886Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:09.886Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:09.886Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576481673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:36:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:36:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:36:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:36:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:36:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576490047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576492161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576493162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:36:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:36:10.887Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:10.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:10.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:10.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:11.889Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:11.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:11.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:11.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:12.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:12.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:12.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:12.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:13.892Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:13.892Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:13.893Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:13.893Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:14.893Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:14.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:14.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:14.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:15.895Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:15.895Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:15.895Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:15.896Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:16.896Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:36:16.897Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:36:16.897Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T16:36:16.897Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:36:16.897Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T16:36:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:36:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:36:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:36:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:36:16.946Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:17.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:36:17.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T16:36:17.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:36:17.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:17.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:36:17.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:17.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:17.263Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576577262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:18.263Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:36:18.264Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:36:18.264Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.264Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.353Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15617208564912703611/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T16:36:18.955Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:36:18.956Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:36:18.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:36:18.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:18.998Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576578998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:19.999Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:36:19.999Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T16:36:20.000Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:36:20.000Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:20.000Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:20.000Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576579999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:21.001Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:36:21.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:36:21.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:36:21.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:36:21.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:36:21.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:36:21.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:36:21.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:36:21.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:36:21.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:36:21.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:36:21.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:36:51.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:36:51.060Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:36:51.060Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T16:36:51.061Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T16:36:51.068Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:36:51.086Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:36:51.088Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T16:36:51.095Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:36:51.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T16:36:51.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:36:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[204800], x-aai-txid=[0-aai-resources-230415-16:36:50:078-63715], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:36:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:36:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:36:51.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:36:51.261Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:36:51.261Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:36:51.261Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:36:51.261Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:51.261Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:51.262Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576611261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:36:52.290Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:36:52.290Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:36:52.290Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:52.290Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:52.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:52.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:53.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:53.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:53.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:53.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:54.293Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:54.293Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:54.293Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:54.293Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:55.294Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:55.294Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:55.294Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:55.294Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:56.295Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:56.295Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:56.295Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:56.295Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:57.296Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:57.296Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:57.296Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:57.297Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:58.297Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:58.298Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:58.298Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:58.298Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:36:59.299Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:36:59.299Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:36:59.299Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:36:59.299Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:00.300Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:00.300Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:00.300Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:00.300Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:01.300Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:01.301Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:01.301Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:01.301Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:02.302Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:37:02.302Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:37:02.303Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T16:37:02.303Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:37:02.303Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:37:02.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:37:02.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:37:02.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:37:02.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:02.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:02.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:02.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:02.716Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T16:37:02.716Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:37:02.717Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:02.717Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:02.717Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:02.717Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:02.717Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576622716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:03.718Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:37:03.718Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:37:03.719Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:03.719Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T16:37:03.719Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:03.720Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:03.798Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15040425262481123669/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T16:37:04.672Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:37:04.672Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:37:04.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:04.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:04.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:37:04.697Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c7644486-e248-42f0-8584-08e07c7ff73d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:37:04.702Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2023-04-15T16:37:04.702Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7644486-e248-42f0-8584-08e07c7ff73d
2023-04-15T16:37:04.702Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90f56289-20ad-473f-be7a-c38f04164dfa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-15T16:37:04.702Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:04.703Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-15T16:37:04.803Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:04.804Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 90f56289-20ad-473f-be7a-c38f04164dfa 1565
2023-04-15T16:37:04.805Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-04-15T16:37:04.805Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-15T16:37:04.805Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:04.805Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:04.806Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:04.806Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576624805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:05.807Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9991bd70-9f20-45b7-be74-e32996bdef70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79a3b8dc-a9ad-490b-aedb-2ec240ece3fa",
    "vfModuleModelCustomizationUUID": "38075ec6-14db-4b64-b5d7-626c10f4d758",
    "isBase": true,
    "artifacts": [
      "fb4109f9-11db-4f98-b2ee-62de4c71c176",
      "957fb14c-70d2-4312-b166-e2181f83545a"
    ],
    "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": "a282965c-48df-4921-b1b3-54ff2622b90b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb",
    "vfModuleModelCustomizationUUID": "fc9bcc25-c178-41e7-9d25-4cbd09d1b47f",
    "isBase": false,
    "artifacts": [
      "873dd279-ef8a-476c-8d2b-2a3bebce1e88"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T16:37:05.809Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
VfModuleModelInvariantUUID:9991bd70-9f20-45b7-be74-e32996bdef70
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb4109f9-11db-4f98-b2ee-62de4c71c176
,
957fb14c-70d2-4312-b166-e2181f83545a

}
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:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
VfModuleModelInvariantUUID:a282965c-48df-4921-b1b3-54ff2622b90b
VfModuleModelDescription:NULL
Artifacts UUID List:{
873dd279-ef8a-476c-8d2b-2a3bebce1e88

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-04-15T16:37:05.811Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "9991bd70-9f20-45b7-be74-e32996bdef70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79a3b8dc-a9ad-490b-aedb-2ec240ece3fa",
    "vfModuleModelCustomizationUUID": "38075ec6-14db-4b64-b5d7-626c10f4d758",
    "isBase": true,
    "artifacts": [
      "fb4109f9-11db-4f98-b2ee-62de4c71c176",
      "957fb14c-70d2-4312-b166-e2181f83545a"
    ],
    "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": "a282965c-48df-4921-b1b3-54ff2622b90b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb",
    "vfModuleModelCustomizationUUID": "fc9bcc25-c178-41e7-9d25-4cbd09d1b47f",
    "isBase": false,
    "artifacts": [
      "873dd279-ef8a-476c-8d2b-2a3bebce1e88"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T16:37:05.811Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
VfModuleModelInvariantUUID:9991bd70-9f20-45b7-be74-e32996bdef70
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb4109f9-11db-4f98-b2ee-62de4c71c176
,
957fb14c-70d2-4312-b166-e2181f83545a

}
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:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
VfModuleModelInvariantUUID:a282965c-48df-4921-b1b3-54ff2622b90b
VfModuleModelDescription:NULL
Artifacts UUID List:{
873dd279-ef8a-476c-8d2b-2a3bebce1e88

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-04-15T16:37:05.811Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fb4109f9-11db-4f98-b2ee-62de4c71c176 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-15T16:37:05.811Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:05.811Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml fb4109f9-11db-4f98-b2ee-62de4c71c176 914
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:05.913Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576625913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:06.914Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0e607fc-bb5c-4f6c-bd95-98ef6576c32b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-15T16:37:06.914Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:06.914Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-15T16:37:07.010Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:07.010Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c0e607fc-bb5c-4f6c-bd95-98ef6576c32b 12
2023-04-15T16:37:07.010Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-04-15T16:37:07.011Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-15T16:37:07.011Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:07.011Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:07.011Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:07.011Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576627010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:08.012Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 957fb14c-70d2-4312-b166-e2181f83545a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-15T16:37:08.012Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:08.012Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-15T16:37:08.107Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:08.107Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 957fb14c-70d2-4312-b166-e2181f83545a 96
2023-04-15T16:37:08.108Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-04-15T16:37:08.108Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-15T16:37:08.108Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:08.108Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:08.108Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:08.108Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576628108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:09.109Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 873dd279-ef8a-476c-8d2b-2a3bebce1e88 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-15T16:37:09.109Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:09.109Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-15T16:37:09.214Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:09.215Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 873dd279-ef8a-476c-8d2b-2a3bebce1e88 20206
2023-04-15T16:37:09.215Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-04-15T16:37:09.215Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-15T16:37:09.215Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:09.216Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:09.216Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:09.216Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576629215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:10.223Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T16:37:10.223Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c7644486-e248-42f0-8584-08e07c7ff73d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:37:10.247Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10b3a584, org.onap.sdc.toscaparser.api.parameters.Input@787f1901, org.onap.sdc.toscaparser.api.parameters.Input@ac3683e, org.onap.sdc.toscaparser.api.parameters.Input@19d63a89, org.onap.sdc.toscaparser.api.parameters.Input@144423b2]
2023-04-15T16:37:10.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-04-15T16:37:10.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f9a61866-1656-44c1-b5f5-e729915e6b9b
2023-04-15T16:37:10.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9a61866-1656-44c1-b5f5-e729915e6b9b matches Tosca VF Customization UUID: f9a61866-1656-44c1-b5f5-e729915e6b9b
2023-04-15T16:37:10.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f9a61866-1656-44c1-b5f5-e729915e6b9b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-15T16:37:10.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f9a61866-1656-44c1-b5f5-e729915e6b9b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-04-15T16:37:10.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2dcaff55
2023-04-15T16:37:10.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:37:10.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc9bcc25-c178-41e7-9d25-4cbd09d1b47f
2023-04-15T16:37:10.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc9bcc25-c178-41e7-9d25-4cbd09d1b47f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-15T16:37:10.260Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.260Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:10.260Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:10.260Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.260Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:10.261Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:10.261Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.261Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:37:10.261Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f9a61866-1656-44c1-b5f5-e729915e6b9b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d86be19e-f50b-44ec-915d-b9a0f4926f47: basic_cnf_macro
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.266Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.267Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:10.267Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:10.267Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:37:10.355Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c7644486-e248-42f0-8584-08e07c7ff73d 2 ASDC deployResourceStructure
2023-04-15T16:37:10.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-04-15T16:37:10.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-15T16:37:10.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:37:10.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:10.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:10.357Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576630356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576524415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576533831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576535590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576536592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576567853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:37:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:37:11.357Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-04-15T16:37:11.358Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-15T16:37:11.358Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:37:11.358Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:11.358Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:11.358Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576631357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:12.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-04-15T16:37:12.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-04-15T16:37:12.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:37:12.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:12.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:12.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576632359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:13.360Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-04-15T16:37:13.360Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-15T16:37:13.360Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:37:13.360Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:13.360Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:13.361Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576633360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:14.361Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-04-15T16:37:14.362Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-04-15T16:37:14.362Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:37:14.362Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:14.362Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:14.362Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576634361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:15.363Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:37:15.363Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:37:15.363Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:37:15.364Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:15.364Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:15.364Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576635363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:16.367Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:37:16.392Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:37:16.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:37:16.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:37:46.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:37:46.421Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T16:37:46.421Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T16:37:46.422Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T16:37:46.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:37:46.443Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T16:37:46.443Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f22268ee-6f8d-4df3-9961-8c0087317d1a], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T16:37:46.453Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:37:46.607Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:37:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[221384], x-aai-txid=[0-aai-resources-230415-16:37:45:435-84954], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:37:46.608Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:37:46.609Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T16:37:46.611Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:37:46.611Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:37:46.625Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:37:46.625Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:37:46.626Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:37:46.626Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:46.626Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:46.626Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576666626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:37:47.664Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:37:47.664Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:37:47.664Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:47.665Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:47.665Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:47.665Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:48.667Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:48.667Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:48.667Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:48.668Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:49.670Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:49.670Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:49.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:49.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:50.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:50.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:50.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:50.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:51.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:51.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:51.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:51.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:52.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:52.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:52.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:52.676Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:53.677Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:53.677Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:53.677Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:53.677Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:54.680Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:37:54.681Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:54.681Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:54.681Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:55.683Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:37:55.683Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:37:55.683Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T16:37:55.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:37:55.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:37:55.750Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:37:55.751Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:37:55.751Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:37:55.751Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:37:55.751Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:55.751Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:37:56.063Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:56.066Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T16:37:56.066Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:37:56.066Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:37:56.067Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:56.067Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:56.067Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:56.067Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576676066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:57.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:37:57.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:37:57.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:57.070Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T16:37:57.070Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:57.070Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:57.158Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14866192005160328617/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:37:58.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:37:58.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:37:58.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:37:58.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:37:58.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:37:58.105Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c9a6fb1-6506-450d-a961-8007bae60988
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:37:58.110Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2023-04-15T16:37:58.110Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c9a6fb1-6506-450d-a961-8007bae60988
2023-04-15T16:37:58.110Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76bc47fc-a2b1-4e19-8579-2fc54b8377d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-15T16:37:58.110Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:58.110Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-15T16:37:58.208Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:58.209Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 76bc47fc-a2b1-4e19-8579-2fc54b8377d8 792
2023-04-15T16:37:58.209Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-04-15T16:37:58.209Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-15T16:37:58.209Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:58.209Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:58.210Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:58.210Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576678209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:37:59.211Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2b93129d-946a-44c6-aeb4-193454474984",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6cc3cb20-cad0-476d-8296-a7bd68aa07a1",
    "vfModuleModelCustomizationUUID": "f444df2f-e4a1-4ebd-9dba-2924f42e16ca",
    "isBase": true,
    "artifacts": [
      "314f1795-7744-4381-a950-39f25f823e5f",
      "7995b890-50c2-4928-aa4f-294e9d79ea1a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T16:37:59.214Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
VfModuleModelInvariantUUID:2b93129d-946a-44c6-aeb4-193454474984
VfModuleModelDescription:NULL
Artifacts UUID List:{
314f1795-7744-4381-a950-39f25f823e5f
,
7995b890-50c2-4928-aa4f-294e9d79ea1a

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

isBase:true


}

2023-04-15T16:37:59.217Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2b93129d-946a-44c6-aeb4-193454474984",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6cc3cb20-cad0-476d-8296-a7bd68aa07a1",
    "vfModuleModelCustomizationUUID": "f444df2f-e4a1-4ebd-9dba-2924f42e16ca",
    "isBase": true,
    "artifacts": [
      "314f1795-7744-4381-a950-39f25f823e5f",
      "7995b890-50c2-4928-aa4f-294e9d79ea1a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-04-15T16:37:59.217Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
VfModuleModelInvariantUUID:2b93129d-946a-44c6-aeb4-193454474984
VfModuleModelDescription:NULL
Artifacts UUID List:{
314f1795-7744-4381-a950-39f25f823e5f
,
7995b890-50c2-4928-aa4f-294e9d79ea1a

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

isBase:true


}

2023-04-15T16:37:59.217Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 314f1795-7744-4381-a950-39f25f823e5f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-15T16:37:59.217Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:37:59.218Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-15T16:37:59.323Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:37:59.323Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 314f1795-7744-4381-a950-39f25f823e5f 5033
2023-04-15T16:37:59.323Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-15T16:37:59.324Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-15T16:37:59.324Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:37:59.324Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:37:59.324Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:37:59.325Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576679323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:00.325Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7995b890-50c2-4928-aa4f-294e9d79ea1a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-15T16:38:00.326Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:38:00.326Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7995b890-50c2-4928-aa4f-294e9d79ea1a 903
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:38:00.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:38:00.423Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576680422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:01.423Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T16:38:01.424Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2c9a6fb1-6506-450d-a961-8007bae60988 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:38:01.448Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64ed43b7, org.onap.sdc.toscaparser.api.parameters.Input@6b0c2cd0, org.onap.sdc.toscaparser.api.parameters.Input@7a99d0e5, org.onap.sdc.toscaparser.api.parameters.Input@f85abe, org.onap.sdc.toscaparser.api.parameters.Input@e0641ed]
2023-04-15T16:38:01.449Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-04-15T16:38:01.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
2023-04-15T16:38:01.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7bc908b-8ce3-4a33-85e7-fbf686f8f23a matches Tosca VF Customization UUID: b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
2023-04-15T16:38:01.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b7bc908b-8ce3-4a33-85e7-fbf686f8f23a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-04-15T16:38:01.454Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.454Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.454Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b7bc908b-8ce3-4a33-85e7-fbf686f8f23a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-04-15T16:38:01.455Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72a3e1cd
2023-04-15T16:38:01.455Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.455Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:38:01.455Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f444df2f-e4a1-4ebd-9dba-2924f42e16ca
2023-04-15T16:38:01.455Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f444df2f-e4a1-4ebd-9dba-2924f42e16ca
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:38:01.460Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:38:01.460Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:38:01.460Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-04-15T16:38:01.463Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:38:01.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:38:01.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:38:01.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:38:01.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 447e907f-f704-4467-9974-e1f0a9686934: basic_vm_macro
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:38:01.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-15T16:38:01.656Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2c9a6fb1-6506-450d-a961-8007bae60988 1 ASDC deployResourceStructure
2023-04-15T16:38:01.657Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-04-15T16:38:01.657Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-15T16:38:01.657Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:38:01.657Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:38:01.657Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:38:01.657Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576681657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:02.658Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-15T16:38:02.658Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-15T16:38:02.658Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:38:02.658Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:38:02.659Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:38:02.659Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576682658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:03.660Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-15T16:38:03.660Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-15T16:38:03.660Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:38:03.661Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:38:03.661Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:38:03.661Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576683660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:04.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:38:04.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:38:04.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-15T16:38:04.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:38:04.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:38:04.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576684663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:05.665Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:38:05.692Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:38:05.697Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:38:05.697Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:38:05.697Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:38:05.698Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:38:05.698Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:38:05.698Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:38:05.698Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:38:05.698Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:38:05.698Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:38:05.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:38:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:38:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576577262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576578998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576579999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576611261,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:38:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576622716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576624805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576625913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576627010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576628108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576629215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:38:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:38:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576630356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T16:38:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:38:35.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:38:35.725Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T16:38:35.726Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T16:38:35.726Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T16:38:35.733Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:38:35.759Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:38:35.760Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T16:38:35.775Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:38:35.926Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T16:38:35.927Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:38:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[229576], x-aai-txid=[1-aai-resources-230415-16:38:34:757-32405], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:38:35.927Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:38:35.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:38:35.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:38:35.935Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:38:35.936Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:38:35.936Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:38:35.936Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:38:35.936Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:38:35.936Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576715936,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:38:36.968Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T16:38:36.968Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T16:38:36.970Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T16:38:36.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T16:38:36.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:38:36.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:38:36.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:38:36.972Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:38:36.973Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T16:38:36.976Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-4948447d-cf52-47f4-9f4c-ad8a8ae0335f
2023-04-15T16:38:36.977Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T16:38:36.977Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:38:39.293Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:38:42.302Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:38:45.313Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:38:48.322Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:38:51.333Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:38:54.344Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:38:57.353Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:39:00.363Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:39:03.372Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:39:06.381Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:39:09.390Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:39:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:10.434Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:39:10.434Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:39:10.440Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-4948447d-cf52-47f4-9f4c-ad8a8ae0335f', protocol='range'}
2023-04-15T16:39:10.440Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:39:10.448Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:39:10.448Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:39:10.448Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:39:10.448Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:39:10.448Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:39:10.449Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:39:10.449Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-4948447d-cf52-47f4-9f4c-ad8a8ae0335f=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:39:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-4948447d-cf52-47f4-9f4c-ad8a8ae0335f', protocol='range'}
2023-04-15T16:39:10.469Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:39:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T16:39:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T16:39:10.469Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:39:10.470Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:39:10.474Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:39:10.474Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:39:10.475Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:39:10.475Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:39:10.475Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T16:39:10.475Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:39:10.475Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:39:10.475Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1394, 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-04-15T16:39:10.475Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:39:10.475Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:39:10.475Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:39:10.475Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T16:39:10.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.990Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576631357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.991Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576632359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-04-15T16:39:10.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576633360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576634361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576635363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576666626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:39:10.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.995Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:39:10.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.995Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:39:10.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576072316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576676066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576678209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:39:10.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576679323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576680422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576681657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.998Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576682658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576683660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576684663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576715936,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:39:10.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:39:11.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:39:11.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:39:11.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:11.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:11.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:11.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:12.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:12.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:12.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:12.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:13.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:13.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:13.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:13.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:14.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:14.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:14.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:14.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:15.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:15.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:15.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:15.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:16.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:16.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:16.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:16.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:39:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:18.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:39:18.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:39:18.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T16:39:18.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:39:18.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T16:39:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:39:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:39:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:39:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:39:18.563Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:39:18.563Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:39:18.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:39:18.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5dd7a979
2023-04-15T16:39:18.581Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:39:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:39:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:39:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T16:39:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T16:39:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:39:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576758582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:19.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:39:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:39:19.602Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:39:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T16:39:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T16:39:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:39:19.608Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:39:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:39:19.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:39:19.630Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@14797e02
2023-04-15T16:39:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:39:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:39:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:39:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T16:39:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T16:39:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:39:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:39:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:39:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576759631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:39:20.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:39:20.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:39:20.658Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:39:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:39:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:39:50.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:39:50.684Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:39:50.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:39:50.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:40:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:40:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:40:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576758582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:40:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:10.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:40:10.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576759631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:40:10.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:40:20.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:40:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:40:20.714Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:40:20.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:40:50.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:40:50.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:40:50.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:40:50.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:41:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:41:20.746Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:41:20.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:41:20.776Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:41:20.777Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:41:50.777Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:41:50.798Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:41:50.801Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:41:50.801Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:42:10.420Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:42:20.802Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:42:20.826Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:42:20.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:42:20.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:42:50.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:42:50.857Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:42:50.862Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:42:50.862Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:43:10.420Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:43:20.862Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:43:20.889Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:43:20.894Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:43:20.894Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:43:50.894Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:43:50.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:43:50.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:43:50.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:44:10.422Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:11.547Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:44:11.547Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-4948447d-cf52-47f4-9f4c-ad8a8ae0335f sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T16:44:11.547Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T16:44:11.547Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T16:44:13.912Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:44:13.927Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:44:13.927Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:44:13.935Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:44:13.935Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:44:13.949Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:44:13.950Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:44:13.950Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:44:13.955Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:44:13.955Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:44:13.956Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:44:13.956Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1426, 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-04-15T16:44:13.956Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:44:13.957Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:44:20.925Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T16:44:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:44:20.939Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T16:44:20.939Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T16:44:20.940Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T16:44:20.946Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:44:20.968Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T16:44:20.969Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c1a452c-65a9-4b57-b867-e6af7492eaac], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T16:44:20.977Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T16:44:21.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:44:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-16:44:19:959-79214], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:44:21.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:44:21.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T16:44:21.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:44:21.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:44:21.141Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:44:21.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T16:44:21.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T16:44:21.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:21.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577061142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:21.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:44:21.159Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577061142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T16:44:21.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:44:22.174Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:44:22.174Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:44:22.174Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:44:22.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:22.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:22.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:23.175Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:44:23.176Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:23.176Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:23.176Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:24.177Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:44:24.177Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:44:24.177Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T16:44:24.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T16:44:24.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T16:44:24.220Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:44:24.220Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:44:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:44:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:44:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:44:24.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:44:24.509Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:24.511Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577064511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:25.512Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:44:25.512Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:44:25.513Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.513Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T16:44:25.514Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.514Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.590Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18173101152477593310/Definitions/service-BasicNetwork-template.yml
2023-04-15T16:44:25.927Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:44:25.928Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:44:25.929Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:25.975Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577065975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:26.976Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:44:26.976Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T16:44:26.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:44:26.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:26.977Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:26.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577066976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:44:27.978Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:44:28.006Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:44:28.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:44:28.025Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:44:58.025Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:44:58.038Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T16:44:58.038Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T16:44:58.038Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T16:44:58.045Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:44:58.069Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T16:44:58.069Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dfd45aba-bcf1-4e7b-ba6b-f13d0fd60098], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T16:44:58.078Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:44:58.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:44:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-16:44:57:060-32254], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:44:58.226Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:44:58.226Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T16:44:58.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:44:58.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:44:58.239Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:44:58.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:44:58.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:44:58.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:58.240Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:58.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577098240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:44:59.273Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:44:59.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:44:59.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:44:59.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:44:59.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:44:59.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:00.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:00.276Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:00.276Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:00.276Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:01.277Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:01.277Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:01.277Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:01.277Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:02.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:02.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:02.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:02.278Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:03.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:03.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:03.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:03.279Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:04.280Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:04.280Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:04.280Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:04.281Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:05.281Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:05.281Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:05.282Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:05.282Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:06.282Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:06.282Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:06.283Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:06.283Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:07.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:45:07.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:45:07.284Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:45:07.285Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:45:07.285Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:45:07.339Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:45:07.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:45:07.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:45:07.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:07.341Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:45:07.341Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:07.629Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:45:07.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:45:07.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:45:07.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:07.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:45:07.633Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:07.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:07.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577107633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:08.634Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:45:08.635Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:45:08.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:08.636Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:08.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:08.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:08.750Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15171190722447584947/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:45:09.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.310Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:09.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:45:09.354Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:45:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:45:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:45:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:45:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:09.355Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577109355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:10.356Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:45:10.357Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:45:10.357Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:45:10.357Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:10.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:10.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577110356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:10.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577064511,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577065975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577066976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577098240,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577107633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577109355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577110356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:45:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:45:11.358Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:45:11.381Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:11.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:11.386Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:45:11.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:45:41.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:45:41.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:45:41.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:45:41.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:45:41.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:45:41.432Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:45:41.433Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e06f8871-8693-4972-8754-c41c2e5a3045], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T16:45:41.441Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:45:41.596Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:45:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-16:45:40:421-444], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:45:41.597Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:45:41.597Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:45:41.597Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:45:41.598Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:45:41.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:45:41.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:45:41.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:45:41.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:41.607Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:41.608Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577141607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:45:42.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:45:42.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:45:42.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:42.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:42.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:42.637Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:43.638Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:43.639Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:43.639Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:43.640Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:44.642Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:44.643Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:44.643Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:44.643Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:45.645Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:45.646Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:45.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:45.647Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:46.649Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:46.649Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:46.650Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:46.650Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:47.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:47.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:47.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:47.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:48.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:45:48.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:48.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:48.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:49.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:45:49.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:45:49.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:45:49.655Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:45:49.655Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:45:49.700Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:45:49.701Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:45:49.701Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:45:49.701Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:45:49.701Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:45:49.701Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:45:49.979Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:45:49.980Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:45:49.981Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:45:49.981Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:45:49.981Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:45:49.981Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:49.981Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:49.981Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577149981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:50.982Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:45:50.982Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:45:50.982Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:50.983Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:45:50.983Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:50.983Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:51.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7463732388510393513/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:45:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:45:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:45:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:45:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:45:52.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:45:52.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:45:52.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:45:52.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:45:52.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:45:52.105Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:45:52.105Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:45:52.105Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:45:52.106Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:52.106Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:52.106Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577152105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:53.107Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:45:53.108Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:45:53.108Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:45:53.109Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:45:53.109Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:45:53.109Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577153107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:45:54.110Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:45:54.136Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:45:54.139Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:45:54.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:46:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577141607,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:46:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:46:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577149981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577152105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577153107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:46:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:46:24.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:46:24.161Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:46:24.162Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:46:24.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:46:24.170Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:46:24.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:46:24.199Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:46:24.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:46:24.399Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:46:24.400Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:46:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-16:46:23:189-41737], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:46:24.402Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:46:24.402Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:46:24.402Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:46:24.411Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:46:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:46:24.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:46:24.413Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:24.413Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:24.413Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577184412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:46:25.443Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:46:25.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:46:25.444Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:25.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:25.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:25.445Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:26.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:26.446Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:26.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:26.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:27.447Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:27.448Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:27.449Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:27.449Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:28.449Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:28.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:28.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:28.450Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:29.452Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:30.453Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:30.454Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:30.454Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:30.454Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:31.455Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:31.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:31.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:31.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:32.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:46:32.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:32.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:32.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:33.459Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:46:33.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:46:33.460Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:46:33.460Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:46:33.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:46:33.504Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:46:33.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:46:33.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:46:33.505Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:33.506Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:46:33.506Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:33.818Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:46:33.822Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:46:33.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:46:33.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:33.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:46:33.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:33.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:33.823Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577193823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:34.824Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:46:34.825Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:46:34.825Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:34.826Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:34.826Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:34.826Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:34.898Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12279055125075796376/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:46:35.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:46:35.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:46:35.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:46:35.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:46:35.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:46:35.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:46:35.536Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:46:35.536Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:46:35.536Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:46:35.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:46:35.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:35.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:35.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577195536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:36.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:46:36.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:46:36.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:46:36.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:46:36.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:46:36.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577196538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:46:37.539Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:46:37.562Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:46:37.566Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:46:37.566Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:46:37.566Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:46:37.567Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:46:37.567Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:46:37.567Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:46:37.567Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:46:37.567Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:46:37.567Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:46:37.582Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:47:07.583Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:47:07.596Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:47:07.596Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:47:07.597Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:47:07.603Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:47:07.623Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:47:07.623Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33d093d6-9b0f-466c-bdc2-b614bf1fca2e], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T16:47:07.630Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:47:07.789Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:47:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[254200], x-aai-txid=[1-aai-resources-230415-16:47:06:611-97782], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:47:07.790Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:47:07.790Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:47:07.790Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:47:07.790Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:47:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:47:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:47:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:47:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:07.797Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:07.798Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577227797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:47:08.826Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:47:08.826Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:47:08.827Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:08.827Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:08.827Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:08.827Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:09.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:09.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:09.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:09.829Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577184412,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:47:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:47:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577193823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577195536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577196538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577227797,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:47:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:47:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:47:10.830Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:10.830Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:10.830Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:10.831Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:11.831Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:11.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:11.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:11.832Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:12.833Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:12.833Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:12.833Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:12.833Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:13.834Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:13.834Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:13.834Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:13.834Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:14.835Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:14.835Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:14.835Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:14.835Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:15.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:15.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:15.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:15.836Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:16.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:47:16.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:47:16.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T16:47:16.838Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:47:16.838Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T16:47:16.878Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:47:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:47:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:47:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:47:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:17.183Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:47:17.187Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T16:47:17.187Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:47:17.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:17.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:47:17.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:17.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:17.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577237187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:18.189Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:47:18.189Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:47:18.190Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.190Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.191Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.191Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.272Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6789147887303446430/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T16:47:18.842Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:47:18.843Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:47:18.844Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T16:47:18.878Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T16:47:18.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:47:18.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T16:47:18.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:47:18.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:18.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:18.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577238878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:19.880Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:47:19.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T16:47:19.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:47:19.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:19.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:19.882Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577239880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:20.882Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:47:20.903Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:47:20.907Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:47:20.908Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:47:20.908Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:47:20.923Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:47:50.923Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:47:50.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:47:50.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T16:47:50.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T16:47:50.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:47:50.968Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T16:47:50.968Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03423d10-168d-4e50-91bc-3cc90f1e19cf], X-ECOMP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-TransactionId=[], X-ONAP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], Content-Type=[application/merge-patch+json]}
2023-04-15T16:47:50.980Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:47:51.141Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?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/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:47:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[204800], x-aai-txid=[0-aai-resources-230415-16:47:49:961-51687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:47:51.142Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:47:51.143Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T16:47:51.144Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:47:51.145Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:47:51.156Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:47:51.157Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:47:51.157Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:47:51.157Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:51.157Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:51.158Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577271157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:47:52.182Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:47:52.182Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:47:52.183Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:52.183Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:52.183Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:52.183Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:53.183Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:53.184Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:53.184Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:53.184Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:54.185Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:54.185Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:54.185Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:54.185Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:55.186Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:55.186Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:55.187Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:55.187Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:56.187Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:56.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:56.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:56.188Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:57.189Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:57.189Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:57.190Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:57.190Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:58.190Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:58.191Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:58.191Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:58.191Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:47:59.192Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:47:59.192Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:47:59.193Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:47:59.193Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:00.193Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:00.194Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:00.194Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:00.194Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:01.194Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:01.195Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:01.195Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:01.195Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:02.196Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:48:02.196Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:48:02.197Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T16:48:02.197Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:48:02.197Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T16:48:02.240Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:48:02.240Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:48:02.241Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:48:02.241Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:02.241Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:48:02.241Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:02.583Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:48:02.590Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T16:48:02.592Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:48:02.593Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:02.593Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:48:02.593Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:02.594Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:02.594Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577282592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:03.595Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:48:03.595Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:48:03.596Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:03.597Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T16:48:03.598Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:03.599Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:03.689Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10753065836506166630/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T16:48:04.557Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:48:04.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T16:48:04.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:48:04.560Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.561Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:04.562Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:04.562Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T16:48:04.611Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T16:48:04.611Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:48:04.611Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T16:48:04.611Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:48:04.612Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:04.612Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:04.612Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577284611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:05.612Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:48:05.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T16:48:05.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:48:05.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:05.614Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:05.614Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577285612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:06.614Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:48:06.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:48:06.640Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:06.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:48:06.653Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:48:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:10.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:48:10.420Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:48:10.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:48:36.656Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:48:36.672Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T16:48:36.672Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T16:48:36.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T16:48:36.681Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:48:36.694Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:48:36.694Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T16:48:36.703Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:48:36.868Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T16:48:36.868Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:48:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[221384], x-aai-txid=[1-aai-resources-230415-16:48:35:683-92868], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:48:36.869Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:48:36.869Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:48:36.870Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:48:36.884Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:48:36.884Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:48:36.884Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:48:36.884Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:36.884Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:36.884Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577316884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:48:37.916Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:48:37.916Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:48:37.917Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:37.917Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:37.917Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:37.917Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:38.918Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:38.918Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:38.918Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:38.918Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:39.919Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:39.920Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:39.920Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:39.920Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:40.921Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:40.921Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:40.921Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:40.922Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:41.923Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:41.923Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:41.924Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:41.924Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:42.925Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:42.925Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:42.925Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:42.926Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:43.926Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:43.927Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:43.927Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:43.927Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:44.928Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:48:44.929Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:44.929Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:44.929Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:45.930Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:48:45.930Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:48:45.930Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T16:48:45.930Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:48:45.930Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T16:48:45.966Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:48:45.967Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:48:45.967Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:48:45.967Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:48:45.967Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:48:45.967Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:48:46.299Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:48:46.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T16:48:46.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:48:46.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:48:46.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:48:46.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:46.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:46.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577326302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:47.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:48:47.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:48:47.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:47.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T16:48:47.306Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:47.306Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:47.445Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6962111862513996145/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:48:48.301Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:48:48.301Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:48:48.301Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.301Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:48:48.302Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:48:48.303Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:48:48.304Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:48:48.305Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T16:48:48.350Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T16:48:48.351Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:48:48.351Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T16:48:48.351Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:48:48.351Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:48.351Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:48.351Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577328351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:49.352Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:48:49.352Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T16:48:49.352Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:48:49.352Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:48:49.353Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:48:49.353Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577329352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:48:50.354Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:48:50.381Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:48:50.386Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:48:50.386Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:48:50.386Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:48:50.386Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:48:50.387Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:50.387Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:50.387Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:50.387Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:48:50.387Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:48:50.399Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:49:10.419Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:49:10.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.422Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.425Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.426Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.427Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577237187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577238878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577239880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.428Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577271157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577282592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577284611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T16:49:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:10.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-15T16:49:10.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577285612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T16:49:10.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:49:20.399Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:49:20.412Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T16:49:20.412Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T16:49:20.414Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T16:49:20.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:49:20.440Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:49:20.441Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T16:49:20.448Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:49:20.588Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T16:49:20.588Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:49:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[229576], x-aai-txid=[1-aai-resources-230415-16:49:19:428-22083], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:49:20.588Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:49:20.595Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:49:20.595Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:49:20.602Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:49:20.602Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:49:20.602Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:49:20.602Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:49:20.602Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:49:20.603Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577360602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:49:21.635Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T16:49:21.635Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T16:49:21.636Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T16:49:21.637Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T16:49:21.637Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 252081 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-04-15T16:49:21.638Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:49:21.639Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:49:21.639Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:49:21.639Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:49:21.644Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-59d12a5c-30b1-4c59-92fe-8e6575ad38f7
2023-04-15T16:49:21.644Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T16:49:21.644Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T16:49:21.644Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T16:49:24.104Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:27.112Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:30.121Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:33.131Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:36.141Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:39.151Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:42.162Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:45.170Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:48.182Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:51.192Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:54.204Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:49:57.212Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:50:00.223Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:50:03.233Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:50:06.242Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:50:09.255Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:50:10.419Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:10.433Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:50:10.434Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:50:10.439Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-59d12a5c-30b1-4c59-92fe-8e6575ad38f7', protocol='range'}
2023-04-15T16:50:10.439Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:50:10.446Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:50:10.446Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:50:10.447Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:50:10.447Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:50:10.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:50:10.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T16:50:10.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-59d12a5c-30b1-4c59-92fe-8e6575ad38f7=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T16:50:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:50:10.461Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:50:10.462Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:50:10.461Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-59d12a5c-30b1-4c59-92fe-8e6575ad38f7', protocol='range'}
2023-04-15T16:50:10.463Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T16:50:10.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T16:50:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:50:10.466Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:50:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:50:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1493, 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-04-15T16:50:10.467Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:50:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:50:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:50:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:50:10.471Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T16:50:10.471Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T16:50:10.471Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T16:50:10.472Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T16:50:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577316884,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:50:11.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.488Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681576716968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.489Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577326302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577328351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577329352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577360602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:50:11.490Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:50:11.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:50:11.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:50:11.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:11.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:11.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:11.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:12.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:12.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:12.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:12.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:13.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:13.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:13.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:13.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:14.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:14.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:14.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:14.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:15.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:15.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:15.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:15.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:16.521Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:16.522Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:16.522Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:16.523Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:17.523Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:50:17.524Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:17.524Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:17.524Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:18.525Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:50:18.526Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:50:18.526Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T16:50:18.526Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:50:18.527Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T16:50:18.570Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:50:18.570Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:50:18.570Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:50:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:50:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:50:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T16:50:18.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:50:18.648Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31c85499
2023-04-15T16:50:18.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:50:18.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:50:18.649Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:50:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T16:50:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T16:50:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:50:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577418650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:19.651Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T16:50:19.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:50:19.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:50:19.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T16:50:19.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T16:50:19.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:50:19.685Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:50:19.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T16:50:19.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T16:50:19.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a1c38a
2023-04-15T16:50:19.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T16:50:19.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T16:50:19.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T16:50:19.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T16:50:19.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T16:50:19.707Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T16:50:19.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:50:19.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:50:19.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577419707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:50:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:50:20.710Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:50:20.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:50:20.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:50:20.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:50:50.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:50:50.767Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:50:50.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:50:50.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:51:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:51:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:51:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:51:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:51:20.772Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:51:20.792Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:51:20.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:51:20.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:51:50.796Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:51:50.820Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:51:50.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:51:50.825Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:52:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:52:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577418650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T16:52:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577419707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T16:52:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:52:20.825Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:52:20.853Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:52:20.858Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:52:20.858Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:52:50.858Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:52:50.887Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:52:50.892Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:52:50.892Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:53:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:53:20.893Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:53:20.922Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:53:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:53:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:53:50.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:53:50.954Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:53:50.959Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:53:50.959Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:54:10.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:54:20.959Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:54:20.980Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:54:20.985Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:54:20.985Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:54:50.985Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:54:51.009Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:54:51.014Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T16:54:51.014Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T16:55:10.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:11.525Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T16:55:11.525Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-59d12a5c-30b1-4c59-92fe-8e6575ad38f7 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T16:55:11.526Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T16:55:11.526Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T16:55:14.080Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T16:55:14.101Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:55:14.101Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T16:55:14.106Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:55:14.106Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T16:55:14.118Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T16:55:14.118Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T16:55:14.119Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T16:55:14.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:55:14.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:55:14.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:55:14.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1515, 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-04-15T16:55:14.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:55:14.123Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T16:55:21.015Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T16:55:21.015Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:55:21.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T16:55:21.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T16:55:21.031Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T16:55:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:55:21.046Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T16:55:21.046Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7be6a9d2-0f6d-4ef3-8405-9947e02742c9], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T16:55:21.054Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T16:55:21.207Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:55:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-16:55:20:030-60806], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:55:21.208Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:55:21.209Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T16:55:21.209Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:55:21.209Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:55:21.219Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:55:21.219Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T16:55:21.220Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T16:55:21.220Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:21.220Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:21.220Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577721219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:55:21.243Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577721219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T16:55:21.244Z||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-04-15T16:55:22.246Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:55:22.246Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:55:22.246Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:55:22.247Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:22.247Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:22.247Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:23.247Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:55:23.248Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:23.248Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:23.248Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:24.249Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:55:24.250Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:55:24.250Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T16:55:24.250Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T16:55:24.250Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T16:55:24.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:55:24.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:55:24.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:55:24.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:55:24.291Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:55:24.292Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:55:24.596Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:55:24.598Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T16:55:24.598Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:55:24.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T16:55:24.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:55:24.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:24.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:24.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577724598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:25.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:55:25.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:55:25.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:25.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T16:55:25.600Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:25.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:25.666Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16360929498768320016/Definitions/service-BasicNetwork-template.yml
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.009Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:55:26.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:55:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T16:55:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T16:55:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:55:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T16:55:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:55:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577726064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:27.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T16:55:27.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T16:55:27.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:55:27.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:27.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:27.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577727065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:55:28.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:55:28.095Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:55:28.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:55:28.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:55:28.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:55:28.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:55:28.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:55:28.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:55:28.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:55:28.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:55:28.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:55:28.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:55:58.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:55:58.126Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T16:55:58.126Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T16:55:58.127Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T16:55:58.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:55:58.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:55:58.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T16:55:58.159Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:55:58.318Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T16:55:58.318Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:55:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-16:55:57:138-54265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:55:58.319Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:55:58.320Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:55:58.320Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:55:58.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:55:58.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:55:58.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:55:58.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:58.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:58.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577758326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:55:59.350Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:55:59.350Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:55:59.351Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:55:59.351Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:55:59.351Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:55:59.351Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:00.351Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:00.352Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:00.352Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:00.352Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:01.352Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:01.353Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:01.353Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:01.353Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:02.354Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:02.354Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:02.354Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:02.354Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:03.355Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:03.356Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:03.356Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:03.356Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:04.357Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:04.357Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:04.357Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:04.357Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:05.358Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:05.358Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:05.358Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:05.358Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:06.359Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:06.359Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:06.359Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:06.360Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:07.360Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:56:07.360Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:56:07.360Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T16:56:07.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:56:07.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T16:56:07.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:56:07.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:56:07.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:56:07.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:07.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:56:07.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:07.709Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:07.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577767710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:08.712Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:56:08.713Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:56:08.713Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:08.714Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:08.714Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:08.714Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:08.797Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2416760251776668690/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T16:56:09.343Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:56:09.343Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:56:09.343Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:56:09.344Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.345Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:09.346Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T16:56:09.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T16:56:09.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:56:09.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T16:56:09.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:56:09.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:09.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:09.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577769397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:10.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T16:56:10.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T16:56:10.398Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:56:10.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:10.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:10.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577770398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577724598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577726064,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577727065,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577758326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577767710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577769397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:56:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577770398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T16:56:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:56:11.399Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:56:11.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:56:11.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:56:11.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:56:11.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:56:11.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:56:11.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:11.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:11.428Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:11.428Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:11.428Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:56:11.442Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:56:41.442Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:56:41.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T16:56:41.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T16:56:41.455Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T16:56:41.462Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:56:41.482Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:56:41.483Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T16:56:41.491Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:56:41.656Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T16:56:41.657Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:56:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-16:56:40:468-32853], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:56:41.657Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:56:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:56:41.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:56:41.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:56:41.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:56:41.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:56:41.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:41.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:41.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577801666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:56:42.698Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:56:42.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:56:42.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:42.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:42.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:42.699Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:43.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:43.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:43.700Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:43.701Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:44.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:44.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:44.702Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:44.703Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:45.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:45.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:45.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:45.704Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:46.705Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:46.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:46.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:46.706Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:47.708Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:47.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:47.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:47.710Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:48.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:56:48.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:48.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:48.711Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:49.712Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:56:49.713Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:56:49.714Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T16:56:49.714Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:56:49.714Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T16:56:49.755Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:56:49.756Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:56:49.756Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:56:49.756Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:56:49.756Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:56:49.756Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:56:50.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:56:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T16:56:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:56:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T16:56:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:56:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:50.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:50.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577810004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:51.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:56:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:56:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:51.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T16:56:51.007Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:51.007Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:51.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16660158830704067822/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:56:52.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:56:52.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:56:52.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:56:52.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:56:52.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:56:52.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:56:52.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:56:52.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T16:56:52.052Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T16:56:52.053Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:56:52.053Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T16:56:52.053Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:56:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:52.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577812053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:53.054Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T16:56:53.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T16:56:53.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:56:53.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:56:53.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:56:53.055Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577813054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:56:54.056Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:56:54.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:56:54.094Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:56:54.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:56:54.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:57:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577801666,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:57:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:57:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577810004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:57:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577812053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T16:57:10.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:57:10.429Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577813054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T16:57:10.429Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:57:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:57:24.121Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T16:57:24.121Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T16:57:24.122Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T16:57:24.129Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:57:24.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T16:57:24.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ca02fa9-9758-4f19-9bf5-84fe34e8997a], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T16:57:24.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:57:24.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:57:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-16:57:23:132-99024], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:57:24.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:57:24.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T16:57:24.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:57:24.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:57:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:57:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:57:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:57:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:24.302Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577844302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:57:25.332Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:57:25.332Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:57:25.333Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:25.333Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:25.333Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:25.333Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:26.334Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:26.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:26.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:26.335Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:27.336Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:27.336Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:27.336Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:27.336Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:28.337Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:28.337Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:28.337Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:28.337Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:29.338Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:29.338Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:29.338Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:29.338Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:30.339Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:30.339Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:30.339Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:30.339Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:31.340Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:31.340Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:31.340Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:31.341Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:32.341Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:57:32.342Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:32.342Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:32.342Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:33.342Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:57:33.343Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:57:33.343Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T16:57:33.343Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:57:33.343Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T16:57:33.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:57:33.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:57:33.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:57:33.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:33.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:57:33.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:33.673Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:57:33.674Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T16:57:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:57:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:57:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:33.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577853675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:34.676Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:57:34.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:57:34.678Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:34.678Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:34.679Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:34.679Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:34.771Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP915909217790549763/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.349Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.350Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:57:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:57:35.351Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T16:57:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T16:57:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:57:35.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T16:57:35.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:57:35.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:35.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:35.396Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577855395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:36.397Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T16:57:36.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T16:57:36.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:57:36.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:57:36.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:57:36.398Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577856397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:57:37.399Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:57:37.419Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:57:37.423Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:57:37.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:57:37.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:57:37.437Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:58:07.438Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:58:07.450Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T16:58:07.450Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T16:58:07.450Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T16:58:07.455Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:58:07.469Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T16:58:07.470Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f77fa8b4-29cf-4e24-95e0-d1e9b8a91cc5], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T16:58:07.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:58:07.644Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:58:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-16:58:06:456-16083], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:58:07.644Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:58:07.645Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T16:58:07.645Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:58:07.645Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:58:07.653Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:58:07.654Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:58:07.654Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:58:07.654Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:07.654Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:07.654Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577887654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:58:08.687Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:58:08.687Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:58:08.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:08.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:08.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:08.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:09.689Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:09.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:09.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:09.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:10.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577844302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577853675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577855395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577856397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577887654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:58:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:58:10.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:10.691Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:10.691Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:10.691Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:11.691Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:11.692Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:11.692Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:11.692Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:12.692Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:12.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:12.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:12.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:13.694Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:13.694Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:13.694Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:13.694Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:14.695Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:14.695Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:14.695Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:14.695Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:15.696Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:15.696Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:15.697Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:15.697Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:16.698Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:58:16.698Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:58:16.698Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T16:58:16.699Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T16:58:16.699Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T16:58:16.750Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:58:16.750Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:58:16.750Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:58:16.750Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:16.751Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:58:16.751Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:17.054Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577897054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:18.055Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:58:18.055Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:58:18.055Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.055Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.056Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.056Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.140Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13272445121427194910/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T16:58:18.655Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T16:58:18.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:58:18.657Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T16:58:18.699Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T16:58:18.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:58:18.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T16:58:18.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:58:18.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:18.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:18.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577898700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:19.700Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T16:58:19.701Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T16:58:19.701Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:58:19.701Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:19.701Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:19.701Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577899700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:20.702Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:58:20.726Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:58:20.731Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:58:20.747Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:58:50.747Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:58:50.754Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T16:58:50.755Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T16:58:50.756Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T16:58:50.761Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:58:50.773Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T16:58:50.773Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T16:58:50.781Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:58:50.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T16:58:50.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:58:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-16:58:49:757-35539], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:58:50.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:58:50.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:58:50.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:58:50.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:58:50.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:58:50.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:58:50.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:50.940Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:50.940Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577930939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:58:51.963Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:58:51.963Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:58:51.963Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:51.963Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:51.963Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:51.963Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:52.964Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:52.964Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:52.964Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:52.965Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:53.965Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:53.965Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:53.966Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:53.966Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:54.967Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:54.967Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:54.967Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:54.968Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:55.968Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:55.968Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:55.969Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:55.969Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:56.969Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:56.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:56.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:56.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:57.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:57.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:57.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:57.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:58.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:58.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:58.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:58.972Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:58:59.972Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:58:59.972Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:58:59.972Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:58:59.972Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:00.973Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:00.973Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:00.973Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:00.973Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:01.974Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:59:01.974Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:59:01.974Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T16:59:01.975Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:59:01.975Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T16:59:02.023Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:59:02.023Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:59:02.024Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:59:02.024Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:02.024Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:59:02.024Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:02.346Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:59:02.353Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T16:59:02.353Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:59:02.353Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:02.353Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:59:02.353Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:02.354Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:02.354Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577942353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:03.354Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:59:03.355Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:59:03.355Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:03.355Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T16:59:03.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:03.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:03.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18089860645887789552/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T16:59:04.321Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:59:04.321Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.322Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:59:04.323Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T16:59:04.324Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:04.325Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T16:59:04.378Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T16:59:04.379Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:59:04.379Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T16:59:04.379Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:59:04.379Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:04.380Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:04.380Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577944379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:05.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:59:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T16:59:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:59:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577945381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:06.383Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:59:06.412Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:06.417Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:59:06.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T16:59:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:10.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T16:59:10.420Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T16:59:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T16:59:36.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T16:59:36.443Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T16:59:36.444Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T16:59:36.444Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T16:59:36.447Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T16:59:36.458Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T16:59:36.458Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a7161c9-073d-4c3b-80fb-fec8e153847b], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T16:59:36.465Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T16:59:36.600Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 16:59:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[221384], x-aai-txid=[2-aai-resources-230415-16:59:35:440-86429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T16:59:36.600Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T16:59:36.601Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T16:59:36.601Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T16:59:36.601Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T16:59:36.610Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T16:59:36.610Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T16:59:36.610Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T16:59:36.610Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:36.610Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:36.610Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577976610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T16:59:37.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T16:59:37.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T16:59:37.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:37.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:37.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:37.637Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:38.638Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:38.638Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:38.639Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:38.639Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:39.640Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:39.640Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:39.640Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:39.640Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:40.641Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:40.642Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:40.642Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:40.642Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:41.643Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:41.643Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:41.643Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:41.643Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:42.645Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:42.645Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:42.645Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:42.645Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:43.646Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:43.647Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:43.647Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:43.647Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:44.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T16:59:44.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:44.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:44.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:45.652Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T16:59:45.652Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T16:59:45.652Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T16:59:45.653Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T16:59:45.653Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T16:59:45.701Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:59:45.701Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:59:45.702Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:59:45.702Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:59:45.702Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T16:59:45.703Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:59:45.998Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:46.002Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577986002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:47.003Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T16:59:47.004Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T16:59:47.004Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.006Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.007Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.007Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.089Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP342236484059390940/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:59:47.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T16:59:47.943Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.944Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T16:59:47.945Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T16:59:47.945Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T16:59:47.985Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T16:59:47.985Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:59:47.985Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T16:59:47.985Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:59:47.985Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:47.986Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:47.986Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577987985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:48.986Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T16:59:48.986Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T16:59:48.987Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T16:59:48.987Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T16:59:48.987Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T16:59:48.987Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577988986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T16:59:49.987Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:59:50.007Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:50.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T16:59:50.012Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T16:59:50.025Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:00:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:00:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577897054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577898700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577899700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577930939,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:00:10.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.425Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577942353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577944379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T17:00:10.427Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577945381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T17:00:10.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:00:20.025Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:00:20.037Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T17:00:20.037Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T17:00:20.038Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T17:00:20.047Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:00:20.061Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:00:20.061Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T17:00:20.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:00:20.227Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T17:00:20.227Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:00:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[229576], x-aai-txid=[2-aai-resources-230415-17:00:19:046-77590], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:00:20.228Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:00:20.229Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:00:20.229Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:00:20.236Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:00:20.236Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:00:20.236Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:00:20.237Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:00:20.237Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:00:20.237Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578020236,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:00:21.271Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T17:00:21.272Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T17:00:21.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T17:00:21.279Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 2 disconnected.
2023-04-15T17:00:21.280Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 252200 due to node 2 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-04-15T17:00:21.281Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:00:21.281Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:00:21.281Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:00:21.282Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:00:21.288Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-db43a84b-a104-4d77-9534-ce138b1f6e72
2023-04-15T17:00:21.289Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T17:00:21.289Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T17:00:21.289Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:00:24.206Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:27.215Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:30.224Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:33.233Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:36.242Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:39.251Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:42.263Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:45.271Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:48.279Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:51.288Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:54.299Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:00:57.310Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:01:00.321Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:01:03.330Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:01:06.340Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:01:09.350Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:01:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:10.466Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:01:10.467Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:01:10.473Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:01:10.473Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-db43a84b-a104-4d77-9534-ce138b1f6e72', protocol='range'}
2023-04-15T17:01:10.480Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:01:10.480Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:01:10.480Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:01:10.480Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:01:10.480Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:01:10.481Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:01:10.481Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-db43a84b-a104-4d77-9534-ce138b1f6e72=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:01:10.496Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-db43a84b-a104-4d77-9534-ce138b1f6e72', protocol='range'}
2023-04-15T17:01:10.496Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T17:01:10.496Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:01:10.497Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T17:01:10.497Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:01:10.497Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:01:10.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:01:10.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:01:10.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T17:01:10.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:01:10.501Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:01:10.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:01:10.501Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:01:10.501Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:01:10.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T17:01:10.501Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1582, 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-04-15T17:01:10.501Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:01:10.502Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:01:11.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.514Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577976610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577361635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577986002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577987985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681577988986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578020236,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:01:11.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:01:11.583Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:01:11.584Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:01:11.585Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:11.585Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:11.585Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:11.585Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:12.585Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:12.586Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:12.587Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:12.587Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:13.589Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:13.589Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:13.589Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:13.589Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:14.591Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:14.591Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:14.591Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:14.591Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:15.592Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:15.592Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:15.592Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:15.593Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:16.593Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:16.593Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:16.593Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:16.593Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:17.594Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:01:17.594Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:17.594Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:17.594Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:18.595Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:01:18.596Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:01:18.596Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T17:01:18.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:01:18.596Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T17:01:18.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:01:18.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:01:18.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:01:18.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:01:18.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:01:18.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:01:18.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:01:18.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@577252d6
2023-04-15T17:01:18.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:18.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578078643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:19.644Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T17:01:19.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:01:19.660Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:01:19.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T17:01:19.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T17:01:19.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:01:19.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:01:19.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:01:19.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:01:19.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a33d5e9
2023-04-15T17:01:19.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:01:19.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578079687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:01:20.688Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:01:20.689Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:01:20.703Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:01:20.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:01:20.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:01:50.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:01:50.719Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:01:50.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:01:50.723Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:02:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:02:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:02:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:02:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:02:20.723Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:02:20.738Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:02:20.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:02:20.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:02:50.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:02:50.769Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:02:50.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:02:50.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:03:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:03:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:03:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578078643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:03:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:03:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578079687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:03:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:03:20.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:03:20.791Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:03:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:03:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:03:50.794Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:03:50.809Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:03:50.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:03:50.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:04:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:04:20.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:04:20.825Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:04:20.828Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:04:20.828Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:04:50.828Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:04:50.843Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:04:50.847Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:04:50.847Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:05:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:05:20.847Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:05:20.866Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:05:20.869Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:05:20.870Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:05:50.870Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:05:50.883Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:05:50.885Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:05:50.886Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:06:10.421Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:11.638Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:06:11.638Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-db43a84b-a104-4d77-9534-ce138b1f6e72 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T17:06:11.638Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T17:06:11.638Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T17:06:14.093Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:06:14.105Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:06:14.106Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:06:14.111Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:06:14.112Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:06:14.124Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:06:14.124Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:06:14.125Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:06:14.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:06:14.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:06:14.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:06:14.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1604, 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-04-15T17:06:14.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:06:14.129Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:06:20.886Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T17:06:20.886Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:06:20.897Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T17:06:20.898Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T17:06:20.898Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T17:06:20.905Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:06:20.928Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:06:20.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T17:06:20.939Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T17:06:21.105Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T17:06:21.106Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:06:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-17:06:19:914-59465], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:06:21.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:06:21.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:06:21.107Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:06:21.118Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:06:21.119Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T17:06:21.120Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T17:06:21.120Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:21.120Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:21.121Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578381120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:06:21.138Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578381120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T17:06:21.139Z||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-04-15T17:06:22.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:06:22.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:06:22.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:06:22.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:22.140Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:22.140Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:23.141Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:06:23.141Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:23.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:23.142Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:24.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:06:24.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:06:24.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T17:06:24.144Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T17:06:24.144Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T17:06:24.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:06:24.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:06:24.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:06:24.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:06:24.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:06:24.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:06:24.465Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:06:24.466Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T17:06:24.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:06:24.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:06:24.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:06:24.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:24.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:24.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578384467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:25.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:06:25.468Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:06:25.468Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.469Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T17:06:25.469Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.469Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.552Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2305930383325813274/Definitions/service-BasicNetwork-template.yml
2023-04-15T17:06:25.899Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:06:25.900Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:06:25.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:06:25.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T17:06:25.939Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T17:06:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:06:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T17:06:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:06:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:25.940Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578385940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:26.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:06:26.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T17:06:26.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:06:26.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:26.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:26.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578386941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:06:27.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:06:27.954Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:06:27.956Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:06:27.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:06:57.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:06:57.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T17:06:57.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T17:06:57.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T17:06:57.969Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:06:57.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T17:06:57.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c49c547-2753-47f8-aa15-8b1f6ed6e78c], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T17:06:57.986Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:06:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:06:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-17:06:56:959-71705], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:06:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:06:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T17:06:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:06:58.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:06:58.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:06:58.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:06:58.146Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:06:58.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:58.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:58.147Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578418146,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:06:59.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:06:59.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:06:59.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:06:59.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:06:59.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:06:59.169Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:00.170Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:00.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:00.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:00.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:01.171Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:01.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:01.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:01.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:02.172Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:02.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:02.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:02.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:03.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:03.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:03.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:03.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:04.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:04.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:04.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:04.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:05.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:05.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:05.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:05.175Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:06.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:06.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:06.176Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:06.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:07.177Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:07:07.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:07:07.178Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T17:07:07.178Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:07:07.178Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T17:07:07.208Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:07:07.208Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:07:07.208Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:07:07.209Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:07.209Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:07:07.209Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:07.519Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:07:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T17:07:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:07:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:07:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:07.522Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:07.523Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578427522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:08.523Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:07:08.523Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:07:08.524Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:08.524Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:08.525Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:08.525Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:08.596Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4133075860462424822/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T17:07:09.273Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.274Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:09.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T17:07:09.306Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T17:07:09.306Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:07:09.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T17:07:09.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:07:09.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:09.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:09.307Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578429306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:10.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:07:10.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T17:07:10.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:07:10.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:10.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:10.308Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578430308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578384467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578385940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T17:07:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578386941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578418146,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578427522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578429306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578430308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T17:07:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:07:11.309Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:07:11.325Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:11.326Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:07:11.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:07:41.329Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:07:41.338Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T17:07:41.338Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T17:07:41.338Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T17:07:41.347Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:07:41.366Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:07:41.367Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T17:07:41.374Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:07:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T17:07:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:07:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-17:07:40:348-11025], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:07:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:07:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:07:41.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:07:41.558Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:07:41.559Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:07:41.559Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:07:41.559Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:41.559Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:41.559Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578461559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:07:42.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:07:42.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:07:42.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:42.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:42.577Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:42.578Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:43.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:43.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:43.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:43.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:44.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:44.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:44.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:44.581Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:45.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:45.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:45.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:45.582Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:46.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:46.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:46.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:46.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:47.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:47.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:47.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:47.584Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:48.585Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:07:48.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:48.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:48.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:49.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:07:49.587Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:07:49.587Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T17:07:49.587Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:07:49.587Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T17:07:49.612Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:07:49.613Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:07:49.613Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:07:49.613Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:07:49.613Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:07:49.614Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:07:49.873Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:07:49.875Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T17:07:49.875Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:07:49.875Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:07:49.875Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:07:49.876Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:49.876Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:49.876Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578469875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:50.877Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:07:50.877Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:07:50.878Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:50.878Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T17:07:50.878Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:50.878Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:50.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9647210691255300664/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:07:51.889Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:07:51.889Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:07:51.889Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.889Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:07:51.889Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:07:51.890Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.891Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:07:51.892Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T17:07:51.932Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T17:07:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:07:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T17:07:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:07:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:51.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578471933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:52.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:07:52.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T17:07:52.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:07:52.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:07:52.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:07:52.934Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578472934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:07:53.935Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:07:53.944Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:07:53.946Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:07:53.952Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:08:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.429Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578461559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:08:10.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.430Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578469875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578471933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578472934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T17:08:10.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:08:23.952Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:08:23.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T17:08:23.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T17:08:23.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T17:08:23.974Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:08:24.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:08:24.006Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T17:08:24.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:08:24.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T17:08:24.163Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:08:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-17:08:22:987-4254], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:08:24.165Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:08:24.165Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:08:24.165Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:08:24.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:08:24.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:08:24.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:08:24.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:24.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:24.175Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578504175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:08:25.196Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:08:25.197Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:08:25.197Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:25.197Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:25.197Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:25.197Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:26.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:26.198Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:26.199Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:26.199Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:27.199Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:27.200Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:27.200Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:27.200Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:28.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:28.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:28.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:28.201Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:29.202Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:29.202Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:29.203Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:29.203Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:30.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:30.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:30.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:30.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:31.205Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:31.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:31.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:31.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:32.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:08:32.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:32.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:32.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:33.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:08:33.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:08:33.209Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T17:08:33.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:08:33.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T17:08:33.239Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:08:33.239Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:08:33.239Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:08:33.239Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:33.239Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:08:33.240Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:33.540Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:08:33.543Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T17:08:33.544Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:08:33.544Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:33.544Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:08:33.544Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:33.544Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:33.544Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578513543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:34.545Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:08:34.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:08:34.546Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:34.547Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:34.548Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:34.548Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:34.660Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3597333733781983656/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T17:08:35.215Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:08:35.216Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.217Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.218Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.218Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:08:35.218Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:08:35.218Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T17:08:35.255Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T17:08:35.256Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:08:35.256Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T17:08:35.256Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:08:35.256Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:35.256Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:35.256Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578515256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:36.257Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:08:36.257Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T17:08:36.258Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:08:36.258Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:08:36.258Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:08:36.258Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578516257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:08:37.259Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:08:37.279Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:08:37.283Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:08:37.283Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:08:37.283Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:08:37.283Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:08:37.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:08:37.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:08:37.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:08:37.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:08:37.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:08:37.292Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:09:07.292Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:09:07.301Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T17:09:07.301Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T17:09:07.302Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T17:09:07.307Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:09:07.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:09:07.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T17:09:07.333Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:09:07.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T17:09:07.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:09:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[254200], x-aai-txid=[1-aai-resources-230415-17:09:06:306-96447], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:09:07.494Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:09:07.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:09:07.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:09:07.507Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:09:07.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:09:07.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:09:07.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:07.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:07.508Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578547508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:09:08.526Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:09:08.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:09:08.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:08.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:08.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:08.529Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:09.529Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:09.530Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:09.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:09.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578504175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578513543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578515256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578516257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.427Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578547508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:09:10.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:09:10.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:10.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:10.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:10.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:11.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:11.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:11.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:11.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:12.534Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:12.534Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:12.535Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:12.535Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:13.535Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:13.536Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:13.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:13.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:14.537Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:14.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:14.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:14.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:15.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:15.538Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:15.539Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:15.539Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:16.540Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:09:16.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:09:16.541Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T17:09:16.541Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:09:16.542Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T17:09:16.587Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:09:16.587Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:09:16.587Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:09:16.588Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:16.588Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:09:16.588Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:17.005Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:09:17.008Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T17:09:17.009Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:09:17.009Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:17.009Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:09:17.009Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:17.009Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:17.009Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578557009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:18.010Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:09:18.010Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:09:18.010Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.011Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.011Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.011Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.085Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8233006522850621425/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.612Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:09:18.613Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:09:18.614Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T17:09:18.652Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T17:09:18.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:09:18.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T17:09:18.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:09:18.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:18.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:18.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578558653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:19.654Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:09:19.654Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T17:09:19.655Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:09:19.655Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:19.655Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:19.655Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578559654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:20.656Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:09:20.674Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:09:20.679Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:09:20.679Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:09:20.679Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:09:20.679Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:09:20.679Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:09:20.679Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:09:20.680Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:09:20.680Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:09:20.680Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:09:20.688Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:09:50.688Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:09:50.694Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T17:09:50.694Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T17:09:50.695Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T17:09:50.710Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:09:50.728Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:09:50.728Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T17:09:50.736Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:09:50.901Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T17:09:50.901Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:09:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-17:09:49:707-89615], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:09:50.901Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:09:50.902Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:09:50.902Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:09:50.911Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:09:50.911Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:09:50.911Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:09:50.911Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:50.911Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:50.912Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578590911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:09:51.931Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:09:51.931Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:09:51.931Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:51.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:51.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:51.932Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:52.933Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:52.933Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:52.933Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:52.934Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:53.934Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:53.934Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:53.934Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:53.935Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:54.935Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:54.935Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:54.935Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:54.935Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:55.936Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:55.936Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:55.936Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:55.936Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:56.936Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:56.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:56.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:56.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:57.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:57.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:57.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:57.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:58.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:58.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:58.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:58.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:09:59.940Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:09:59.940Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:09:59.940Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:09:59.940Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:00.941Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:00.941Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:00.941Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:00.941Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:01.942Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:10:01.942Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:10:01.942Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T17:10:01.942Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:10:01.942Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T17:10:01.973Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:10:01.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:10:01.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:10:01.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:01.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:10:01.975Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:02.312Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:10:02.317Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T17:10:02.317Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:10:02.317Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:02.317Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:10:02.318Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:02.318Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:02.318Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578602317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:03.318Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:10:03.319Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:10:03.319Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:03.319Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T17:10:03.320Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:03.320Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:03.398Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2618362240302672830/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T17:10:04.210Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:10:04.210Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:10:04.210Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:04.210Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:10:04.211Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:10:04.212Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.213Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.214Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:04.214Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:04.214Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T17:10:04.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T17:10:04.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:10:04.254Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T17:10:04.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:10:04.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:04.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:04.255Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578604254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:05.256Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:10:05.256Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T17:10:05.256Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:10:05.257Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:05.257Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:05.257Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578605256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:06.258Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:10:06.271Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:10:06.274Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:10:06.274Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:10:06.274Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:10:06.274Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:10:06.274Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:06.274Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:06.275Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:06.275Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:06.275Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:10:06.278Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:10:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:10.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:10:10.420Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:10:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:10:36.279Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:10:36.287Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T17:10:36.287Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T17:10:36.288Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T17:10:36.293Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:10:36.311Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T17:10:36.311Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c122e17-dbe3-4652-99ae-9b6e61ae3ab6], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:10:36.319Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:10:36.485Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:10:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[221384], x-aai-txid=[2-aai-resources-230415-17:10:35:293-88445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:10:36.485Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:10:36.485Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T17:10:36.485Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:10:36.485Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:10:36.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:10:36.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:10:36.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:10:36.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:36.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:36.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578636497,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:10:37.517Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:10:37.517Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:10:37.518Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:37.518Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:37.518Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:37.518Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:38.518Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:38.519Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:38.519Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:38.519Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:39.520Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:39.520Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:39.520Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:39.520Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:40.521Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:40.521Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:40.521Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:40.522Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:41.522Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:41.522Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:41.523Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:41.523Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:42.523Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:42.523Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:42.523Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:42.524Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:43.524Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:43.524Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:43.525Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:43.525Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:44.526Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:10:44.526Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:44.526Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:44.526Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:45.527Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:10:45.528Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:10:45.528Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T17:10:45.528Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:10:45.528Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T17:10:45.549Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:10:45.550Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:10:45.550Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:10:45.550Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:10:45.550Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:10:45.550Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:10:45.794Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:10:45.795Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T17:10:45.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:10:45.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:10:45.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:10:45.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:45.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:45.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578645796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:46.796Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:10:46.797Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:10:46.797Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:46.797Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T17:10:46.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:46.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:46.881Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12369075622856111632/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:10:47.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:10:47.800Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:10:47.801Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:10:47.802Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:47.840Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:48.841Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:10:48.841Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T17:10:48.841Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:10:48.841Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:10:48.842Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:10:48.842Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578648841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:10:49.843Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:10:49.862Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:10:49.865Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:10:49.870Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:11:10.419Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:11:10.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.421Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578557009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:11:10.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578558653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578559654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578590911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.424Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.425Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578602317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578604254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578605256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T17:11:10.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:11:19.871Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:11:19.881Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T17:11:19.881Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T17:11:19.881Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T17:11:19.888Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:11:19.907Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T17:11:19.907Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4410ee6-1557-4111-9bca-bcbd2e7cb63f], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:11:19.915Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:11:20.077Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:11:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[229576], x-aai-txid=[0-aai-resources-230415-17:11:18:888-8639], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:11:20.078Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:11:20.078Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T17:11:20.079Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:11:20.079Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:11:20.088Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:11:20.088Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:11:20.088Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:11:20.089Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:11:20.089Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:11:20.089Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578680088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:11:21.111Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T17:11:21.112Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T17:11:21.113Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T17:11:21.113Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 2 disconnected.
2023-04-15T17:11:21.113Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:11:21.114Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:11:21.114Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:11:21.114Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:11:21.118Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T17:11:21.126Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a2cbce0d-d2d4-400c-a94a-79a34ed71da9
2023-04-15T17:11:21.126Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T17:11:21.126Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:11:24.224Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:27.234Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:30.242Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:33.260Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:36.269Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:39.280Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:42.289Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:45.298Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:48.310Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:51.319Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:54.328Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:11:57.337Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:12:00.347Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:12:03.357Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:12:06.366Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:12:09.376Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:12:10.419Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:10.432Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:12:10.432Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:12:10.438Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:12:10.438Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a2cbce0d-d2d4-400c-a94a-79a34ed71da9', protocol='range'}
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:12:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a2cbce0d-d2d4-400c-a94a-79a34ed71da9=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:12:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:12:10.465Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:12:10.465Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:12:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a2cbce0d-d2d4-400c-a94a-79a34ed71da9', protocol='range'}
2023-04-15T17:12:10.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T17:12:10.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T17:12:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:12:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:12:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:12:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1671, 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-04-15T17:12:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:12:10.468Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:12:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:12:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:12:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T17:12:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:12:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:12:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T17:12:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578636497,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:12:11.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578021271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578645796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578647840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578648841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578680088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:12:11.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:12:11.548Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:12:11.548Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:12:11.549Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:11.549Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:11.549Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:11.549Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:12.550Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:12.551Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:12.551Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:12.551Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:13.551Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:13.552Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:13.552Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:13.552Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:14.553Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:14.553Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:14.553Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:14.553Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:15.554Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:15.554Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:15.554Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:15.555Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:16.555Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:16.556Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:16.556Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:16.556Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:17.557Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:12:17.558Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:17.558Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:17.558Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:18.559Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:12:18.560Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:12:18.560Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T17:12:18.560Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:12:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T17:12:18.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:12:18.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:12:18.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:12:18.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:12:18.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:12:18.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:12:18.650Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:12:18.651Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@16ee1218
2023-04-15T17:12:18.651Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:12:18.652Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:12:18.652Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:12:18.652Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T17:12:18.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T17:12:18.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:12:18.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:18.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:18.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578738652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:19.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T17:12:19.673Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:12:19.674Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:12:19.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T17:12:19.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T17:12:19.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:12:19.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:12:19.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:12:19.697Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:12:19.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@77f3e570
2023-04-15T17:12:19.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:12:19.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:12:19.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:12:19.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T17:12:19.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T17:12:19.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:12:19.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:12:19.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:12:19.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578739698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:12:20.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:12:20.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:12:20.719Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:12:20.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:12:20.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:12:50.722Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:12:50.739Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:12:50.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:12:50.741Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:13:10.419Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:13:10.421Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T17:13:10.421Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:13:10.424Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:13:20.742Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:13:20.758Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:13:20.761Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:13:20.762Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:13:50.762Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:13:50.779Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:13:50.782Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:13:50.782Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:14:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578738652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578739698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:14:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:14:20.782Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:14:20.800Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:14:20.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:14:20.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:14:50.803Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:14:50.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:14:50.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:14:50.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:15:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:15:20.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:15:20.844Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:15:20.847Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:15:20.847Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:15:50.847Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:15:50.857Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:15:50.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:15:50.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:16:10.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:16:20.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:16:20.876Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:16:20.878Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:16:20.878Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:16:50.878Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:16:50.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:16:50.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:16:50.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:17:10.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:11.628Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:17:11.628Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-a2cbce0d-d2d4-400c-a94a-79a34ed71da9 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T17:17:11.629Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T17:17:11.629Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T17:17:14.088Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:17:14.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:17:14.101Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:17:14.116Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:17:14.117Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:17:14.135Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:17:14.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:17:14.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:17:14.140Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:17:14.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:17:14.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:17:14.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1693, 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-04-15T17:17:14.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:17:14.141Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:17:20.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T17:17:20.899Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:17:20.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T17:17:20.903Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T17:17:20.904Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T17:17:20.910Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:17:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:17:20.932Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T17:17:20.939Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T17:17:21.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T17:17:21.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:17:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-17:17:19:909-71367], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:17:21.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:17:21.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:17:21.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:17:21.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:17:21.108Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T17:17:21.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T17:17:21.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:21.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:21.109Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579041108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:21.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:17:21.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579041108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T17:17:21.126Z||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-04-15T17:17:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:17:22.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:17:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:17:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:22.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:17:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:23.132Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:24.134Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:17:24.134Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:17:24.134Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T17:17:24.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T17:17:24.136Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T17:17:24.163Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:17:24.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:17:24.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:17:24.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:17:24.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:17:24.165Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:17:24.481Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:17:24.483Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T17:17:24.483Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:17:24.483Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:17:24.483Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:17:24.484Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:24.484Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:24.484Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579044483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:25.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:17:25.485Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:17:25.486Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.486Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T17:17:25.487Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.487Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.555Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11648099591982000418/Definitions/service-BasicNetwork-template.yml
2023-04-15T17:17:25.922Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:17:25.923Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:17:25.924Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T17:17:25.964Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T17:17:25.964Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:17:25.964Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T17:17:25.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:17:25.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:25.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:25.965Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579045964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:26.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:17:26.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T17:17:26.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:17:26.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:26.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:26.966Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579046966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:17:27.967Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:17:27.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:17:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:17:27.986Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:17:57.987Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:17:57.991Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T17:17:57.991Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T17:17:57.992Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T17:17:57.995Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:17:58.008Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:17:58.010Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T17:17:58.016Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:17:58.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T17:17:58.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:17:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-17:17:56:986-4496], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:17:58.192Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:17:58.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:17:58.193Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:17:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:17:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:17:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:17:58.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:58.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:58.204Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579078203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:17:59.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:17:59.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:17:59.221Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:17:59.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:17:59.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:17:59.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:00.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:00.223Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:00.223Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:00.223Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:01.224Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:01.224Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:01.224Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:01.224Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:02.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:02.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:02.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:02.225Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:03.226Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:03.226Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:03.226Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:03.226Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:04.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:04.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:04.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:04.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:05.228Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:05.228Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:05.228Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:05.228Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:06.229Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:06.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:06.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:06.230Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:07.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:18:07.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:18:07.231Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T17:18:07.231Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:18:07.232Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T17:18:07.255Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:18:07.255Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:18:07.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:18:07.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:07.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:18:07.256Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:07.586Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:18:07.588Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T17:18:07.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:18:07.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:07.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:18:07.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:07.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:07.589Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579087589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:08.590Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:18:08.591Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:18:08.591Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:08.591Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:08.592Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:08.592Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:08.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16520132354351244829/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:18:09.243Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:09.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:09.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:09.281Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579089281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:10.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:18:10.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T17:18:10.282Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:18:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:10.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579090282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579044483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579045964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T17:18:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579046966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579078203,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.432Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579087589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579089281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579090282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T17:18:10.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:18:11.283Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:18:11.299Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:11.301Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:18:11.305Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:18:41.305Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:18:41.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T17:18:41.311Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T17:18:41.312Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T17:18:41.318Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:18:41.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T17:18:41.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c9d7e68-5bc7-4d87-aa17-36361ced193d], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T17:18:41.340Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:18:41.502Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:18:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-17:18:40:312-95795], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:18:41.502Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:18:41.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T17:18:41.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:18:41.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:18:41.516Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:18:41.517Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:18:41.517Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:18:41.517Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:41.517Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:41.517Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579121517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:18:42.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:18:42.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:18:42.536Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:42.537Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:42.537Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:42.537Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:43.538Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:43.538Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:43.538Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:43.538Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:44.539Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:44.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:44.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:44.540Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:45.541Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:45.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:45.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:45.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:46.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:46.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:46.543Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:46.544Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:47.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:47.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:47.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:47.545Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:48.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:18:48.547Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:48.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:48.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:49.549Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:18:49.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:18:49.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T17:18:49.550Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:18:49.550Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T17:18:49.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:18:49.580Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:18:49.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:18:49.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:18:49.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:18:49.581Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:18:49.896Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:18:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T17:18:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:18:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:18:49.897Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:18:49.898Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:49.898Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:49.898Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579129897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:50.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:18:50.900Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:18:50.900Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:50.900Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T17:18:50.901Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:50.901Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.029Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15079312370802429772/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.987Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.988Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:18:51.989Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:18:51.990Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T17:18:52.025Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T17:18:52.025Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:18:52.025Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T17:18:52.025Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:18:52.026Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:52.026Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:52.026Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579132025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:53.026Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:18:53.027Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T17:18:53.027Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:18:53.027Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:18:53.027Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:18:53.027Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579133026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:18:54.028Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:18:54.047Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:18:54.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:18:54.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:18:54.050Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:18:54.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:18:54.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:54.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:54.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:54.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:18:54.051Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:18:54.059Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:19:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579121517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:19:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:19:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579129897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579132025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:10.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:19:10.431Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579133026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T17:19:10.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:19:24.060Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:19:24.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T17:19:24.069Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T17:19:24.070Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T17:19:24.073Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:19:24.086Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T17:19:24.086Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e484eb92-21c9-4625-a334-40e7b2004ddc], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T17:19:24.095Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:19:24.245Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:19:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-17:19:23:065-19462], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:19:24.246Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:19:24.246Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T17:19:24.247Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:19:24.248Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:19:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:19:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:19:24.260Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:19:24.261Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:24.261Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:24.261Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579164260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:19:25.281Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:19:25.281Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:19:25.282Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:25.282Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:25.282Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:25.282Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:26.282Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:26.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:26.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:26.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:27.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:27.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:27.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:27.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:28.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:28.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:28.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:28.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:29.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:29.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:29.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:29.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:30.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:30.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:30.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:30.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:31.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:31.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:31.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:31.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:32.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:19:32.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:32.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:32.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:33.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:19:33.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:19:33.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T17:19:33.291Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:19:33.291Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T17:19:33.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:19:33.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:19:33.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:19:33.315Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:33.316Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:19:33.316Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:33.613Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:33.615Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579173615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:34.616Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:19:34.617Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:19:34.617Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:34.617Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:34.619Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:34.619Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:34.696Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9770172678169437093/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:19:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:19:35.268Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T17:19:35.304Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T17:19:35.304Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:19:35.304Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T17:19:35.304Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:19:35.305Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:35.305Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:35.305Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579175304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:36.305Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:19:36.306Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T17:19:36.306Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:19:36.306Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:19:36.306Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:19:36.306Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579176305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:19:37.307Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:19:37.320Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:19:37.324Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:19:37.324Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:19:37.324Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:19:37.324Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:19:37.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:19:37.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:19:37.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:19:37.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:19:37.325Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:19:37.335Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:20:07.336Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:20:07.343Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T17:20:07.344Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T17:20:07.344Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T17:20:07.347Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:20:07.358Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T17:20:07.358Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dadde755-9aa8-4813-8650-ec5b7979ba40], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T17:20:07.366Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:20:07.523Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:20:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-17:20:06:336-18525], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:20:07.523Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:20:07.523Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T17:20:07.523Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:20:07.523Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:20:07.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:20:07.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:20:07.534Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:20:07.534Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:07.534Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:07.534Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579207534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:20:08.552Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:20:08.552Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:20:08.552Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:08.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:08.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:08.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:09.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:09.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:09.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:09.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579164260,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579173615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579175304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T17:20:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579176305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579207534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:20:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:20:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:20:10.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:10.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:10.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:10.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:11.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:11.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:11.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:11.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:12.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:12.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:12.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:12.558Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:13.559Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:13.560Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:13.560Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:13.561Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:14.562Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:14.562Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:14.563Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:14.563Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:15.564Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:15.564Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:15.564Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:15.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:16.566Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:20:16.566Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:20:16.566Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T17:20:16.566Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:20:16.567Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T17:20:16.587Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:20:16.588Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:20:16.589Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:20:16.589Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:16.589Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:20:16.589Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:16.842Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:16.845Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579216845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:17.846Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:20:17.846Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:20:17.846Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:17.847Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:17.847Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:17.847Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:17.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17949979689464773387/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:20:18.473Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:20:18.474Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T17:20:18.505Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T17:20:18.506Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:20:18.506Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T17:20:18.506Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:20:18.507Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:18.507Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:18.507Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579218506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:19.508Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:20:19.509Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T17:20:19.509Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:20:19.509Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:19.510Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:19.510Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579219508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:20.511Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:20:20.526Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:20:20.530Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:20:20.530Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:20:20.530Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:20:20.530Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:20:20.531Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:20:20.531Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:20:20.531Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:20:20.531Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:20:20.531Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:20:20.539Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:20:50.539Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:20:50.550Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T17:20:50.550Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T17:20:50.551Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T17:20:50.558Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:20:50.572Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T17:20:50.572Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9bbd49c1-106f-4cd2-a65d-48c9029c4935], X-ECOMP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-TransactionId=[], X-ONAP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], Content-Type=[application/merge-patch+json]}
2023-04-15T17:20:50.579Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:20:50.732Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?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/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:20:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-17:20:49:549-51179], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:20:50.733Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:20:50.734Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T17:20:50.734Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:20:50.734Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:20:50.745Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:20:50.745Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:20:50.745Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:20:50.745Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:50.745Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:50.745Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579250745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:20:51.762Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:20:51.762Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:20:51.762Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:51.763Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:51.763Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:51.763Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:52.763Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:52.764Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:52.764Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:52.764Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:53.765Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:53.765Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:53.766Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:53.766Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:54.766Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:54.767Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:54.767Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:54.767Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:55.767Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:55.768Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:55.768Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:55.768Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:56.769Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:56.769Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:56.769Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:56.769Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:57.770Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:57.770Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:57.771Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:57.771Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:58.771Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:58.772Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:58.772Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:58.772Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:20:59.772Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:20:59.773Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:20:59.773Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:20:59.773Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:00.774Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:00.775Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:00.775Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:00.775Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:01.778Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:21:01.779Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:21:01.779Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T17:21:01.779Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:21:01.781Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T17:21:01.807Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:21:01.808Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:21:01.808Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:21:01.809Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:01.809Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:21:01.809Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:02.117Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:21:02.123Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T17:21:02.123Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:21:02.123Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:02.123Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:21:02.123Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:02.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:02.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579262123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:03.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:21:03.125Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:21:03.125Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:03.126Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T17:21:03.127Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:03.127Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:03.208Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5637321077401413123/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:21:04.080Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T17:21:04.081Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.082Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:04.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:04.122Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579264122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:05.123Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:21:05.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T17:21:05.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:21:05.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:05.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:05.124Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579265123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:06.125Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:21:06.137Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:21:06.139Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:21:06.139Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:21:06.139Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:21:06.139Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:21:06.140Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:06.140Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:06.140Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:06.140Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:06.140Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:21:06.147Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:21:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:21:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:21:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:21:36.148Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:21:36.153Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T17:21:36.153Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T17:21:36.154Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T17:21:36.160Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:21:36.183Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T17:21:36.183Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a7fe2d6-c026-4833-aa03-d4b714ced881], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:21:36.192Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:21:36.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:21:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[221384], x-aai-txid=[1-aai-resources-230415-17:21:35:162-8638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:21:36.356Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:21:36.357Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T17:21:36.357Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:21:36.357Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:21:36.364Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:21:36.364Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:21:36.365Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:21:36.365Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:36.365Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:36.365Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579296364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:21:37.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:21:37.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:21:37.396Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:37.397Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:37.397Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:37.397Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:38.398Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:38.398Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:38.398Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:38.398Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:39.400Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:39.400Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:39.400Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:39.401Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:40.402Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:40.402Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:40.402Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:40.402Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:41.403Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:41.404Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:41.404Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:41.404Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:42.405Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:42.406Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:42.406Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:42.407Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:43.408Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:43.408Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:43.409Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:43.409Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:44.410Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:21:44.410Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:44.410Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:44.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:45.412Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:21:45.412Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:21:45.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T17:21:45.414Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:21:45.416Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T17:21:45.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:21:45.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:21:45.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:21:45.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:21:45.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:21:45.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:21:45.736Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:21:45.738Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T17:21:45.738Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:21:45.738Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:21:45.738Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:21:45.739Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:45.739Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:45.739Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579305738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:46.739Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:21:46.740Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:21:46.740Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:46.741Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T17:21:46.741Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:46.741Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:46.822Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16672100195055458618/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:21:47.709Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:21:47.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.712Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.713Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:21:47.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:47.745Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579307745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:48.746Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:21:48.746Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T17:21:48.746Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:21:48.746Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:21:48.746Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:21:48.747Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579308746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:21:49.747Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:21:49.766Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:49.769Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:21:49.770Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:21:49.779Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:22:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:22:10.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579216845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579218506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579219508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579250745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579262123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579264122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579265123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T17:22:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:22:19.780Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:22:19.784Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T17:22:19.784Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T17:22:19.785Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T17:22:19.787Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:22:19.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T17:22:19.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6153d925-c2e7-4dbb-b812-77a33b1d1f87], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:22:19.805Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:22:20.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:22:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[277], vertex-id=[229576], x-aai-txid=[2-aai-resources-230415-17:22:18:774-13282], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:22:20.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:22:20.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T17:22:20.088Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:22:20.089Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:22:20.101Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:22:20.101Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:22:20.101Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:22:20.101Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:22:20.101Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:22:20.101Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579340101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:22:21.121Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T17:22:21.121Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T17:22:21.122Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T17:22:21.122Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 252441 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-15T17:22:21.123Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T17:22:21.123Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:22:21.123Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:22:21.123Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:22:21.124Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:22:21.128Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b1336557-c474-48e0-90c4-eb1afedf96e6
2023-04-15T17:22:21.128Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T17:22:21.128Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T17:22:21.128Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:22:21.293Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:24.302Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:27.315Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:30.324Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:33.332Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:36.341Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:39.351Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:42.361Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:45.371Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:48.381Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:51.392Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:54.403Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:22:57.412Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:23:00.425Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:23:03.434Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:23:06.444Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:23:09.458Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:23:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:23:10.434Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:23:10.442Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b1336557-c474-48e0-90c4-eb1afedf96e6', protocol='range'}
2023-04-15T17:23:10.442Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:23:10.448Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:23:10.449Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:23:10.449Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:23:10.449Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:23:10.449Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:23:10.449Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:23:10.450Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-b1336557-c474-48e0-90c4-eb1afedf96e6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T17:23:10.463Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b1336557-c474-48e0-90c4-eb1afedf96e6', protocol='range'}
2023-04-15T17:23:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:23:10.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T17:23:10.464Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:23:10.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T17:23:10.465Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:23:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:23:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:23:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T17:23:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:23:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:23:10.471Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T17:23:10.473Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:23:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:23:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:23:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1760, 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-04-15T17:23:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:23:10.474Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:23:11.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579296364,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:23:11.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.492Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:23:11.493Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681578681111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579305738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:23:11.494Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579307745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579308746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579340101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:23:11.495Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:23:11.505Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:23:11.505Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:23:11.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:11.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:11.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:11.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:12.507Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:13.509Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:13.509Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:13.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:13.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:14.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:14.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:14.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:14.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:15.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:15.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:15.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:15.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:16.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:16.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:16.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:16.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:17.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:23:17.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:17.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:17.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:18.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:23:18.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:23:18.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T17:23:18.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:23:18.517Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T17:23:18.549Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:23:18.550Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:23:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:23:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:23:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:23:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:23:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:23:18.571Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42818f83
2023-04-15T17:23:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:23:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:23:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:23:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T17:23:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T17:23:18.572Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:23:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:18.573Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579398572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:19.574Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T17:23:19.594Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:23:19.595Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:23:19.599Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T17:23:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T17:23:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:23:19.600Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:23:19.601Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:23:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:23:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3dc27ce9
2023-04-15T17:23:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:23:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:23:19.620Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:23:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T17:23:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T17:23:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:23:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:23:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:23:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579399621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:23:20.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:23:20.623Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:23:20.638Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:23:20.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:23:20.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:23:50.642Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:23:50.656Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:23:50.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:23:50.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:24:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:24:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:24:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:24:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:24:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:24:20.676Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:24:20.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:24:20.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:24:50.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:24:50.698Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:24:50.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:24:50.701Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:25:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579398572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579399621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:25:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:25:20.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:25:20.720Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:25:20.723Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:25:20.723Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:25:50.723Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:25:50.735Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:25:50.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:25:50.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:26:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:26:20.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:26:20.749Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:26:20.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:26:20.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:26:50.752Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:26:50.768Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:26:50.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:26:50.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:27:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:27:20.771Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:27:20.789Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:27:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:27:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:27:50.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:27:50.807Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:27:50.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:27:50.821Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:28:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:11.573Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:28:11.573Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-b1336557-c474-48e0-90c4-eb1afedf96e6 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T17:28:11.573Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T17:28:11.573Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T17:28:14.099Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:28:14.112Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:28:14.112Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:28:14.124Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:28:14.124Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:28:14.138Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:28:14.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:28:14.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:28:14.143Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:28:14.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:28:14.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:28:14.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1782, 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-04-15T17:28:14.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:28:14.144Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:28:20.823Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T17:28:20.824Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:28:20.829Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T17:28:20.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T17:28:20.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T17:28:20.837Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:28:20.858Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:28:20.859Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T17:28:20.866Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T17:28:21.005Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T17:28:21.006Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:28:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-17:28:19:832-27764], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:28:21.006Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:28:21.006Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:28:21.006Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:28:21.018Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:28:21.018Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T17:28:21.018Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T17:28:21.019Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:21.019Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:21.019Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579701018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:21.033Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:28:21.034Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579701018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T17:28:21.035Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|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-04-15T17:28:22.036Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:28:22.036Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:28:22.037Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:28:22.037Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:22.037Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:22.037Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:23.038Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:28:23.038Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:23.038Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:23.038Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:24.039Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:28:24.039Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:28:24.040Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T17:28:24.040Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T17:28:24.040Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T17:28:24.072Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:28:24.073Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:28:24.074Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:28:24.074Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:28:24.074Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:28:24.075Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:28:24.390Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:28:24.392Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T17:28:24.393Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:28:24.393Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:28:24.393Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:28:24.394Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:24.394Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:24.394Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579704393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:25.395Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:28:25.395Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:28:25.396Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.396Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T17:28:25.396Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.397Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.475Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8544007676294527057/Definitions/service-BasicNetwork-template.yml
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.856Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.857Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.858Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:28:25.858Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:28:25.858Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:25.891Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579705891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:26.892Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:28:26.892Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T17:28:26.892Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:28:26.893Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:26.893Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:26.893Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579706892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:28:27.894Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:28:27.901Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:28:27.902Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:28:27.903Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:28:27.907Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:28:57.907Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:28:57.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T17:28:57.912Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T17:28:57.913Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T17:28:57.918Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:28:57.931Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T17:28:57.932Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98784467-49ef-4c3b-9556-d5ed39aee902], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T17:28:57.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:28:58.097Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:28:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[188648], x-aai-txid=[2-aai-resources-230415-17:28:56:909-66442], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:28:58.097Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:28:58.098Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T17:28:58.098Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:28:58.098Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:28:58.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:28:58.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:28:58.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:28:58.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:58.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:58.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579738108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:28:59.126Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:28:59.126Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:28:59.127Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:28:59.127Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:28:59.127Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:28:59.127Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:00.128Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:00.128Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:00.128Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:00.128Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:01.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:01.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:01.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:01.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:02.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:02.130Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:02.131Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:02.131Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:03.131Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:03.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:03.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:03.132Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:04.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:04.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:04.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:04.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:05.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:05.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:05.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:05.135Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:06.136Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:06.137Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:06.137Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:06.137Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:07.138Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:29:07.140Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:29:07.140Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T17:29:07.141Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:29:07.141Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T17:29:07.171Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:29:07.172Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:29:07.172Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:29:07.172Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:07.172Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:29:07.172Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:07.467Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:29:07.469Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T17:29:07.470Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:29:07.470Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:07.470Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:29:07.470Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:07.471Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:07.471Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579747470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:08.472Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:29:08.472Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:29:08.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:08.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:08.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:08.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:08.542Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3031265609133062880/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T17:29:09.123Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:29:09.123Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:29:09.123Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.123Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:29:09.123Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.123Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.124Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:09.125Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T17:29:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T17:29:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:29:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T17:29:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:29:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579749165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:10.167Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:29:10.167Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T17:29:10.167Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:29:10.167Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:10.167Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:10.167Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579750166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:29:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579704393,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579705891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579706892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579738108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579747470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579749165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579750166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T17:29:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:29:11.169Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:29:11.182Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:11.185Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:29:11.194Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:29:41.194Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:29:41.201Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T17:29:41.202Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T17:29:41.202Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T17:29:41.207Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:29:41.221Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T17:29:41.222Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e40bdcb-a4c7-4f9b-92c5-d956268a4715], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T17:29:41.231Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:29:41.388Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:29:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-17:29:40:198-84457], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:29:41.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:29:41.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T17:29:41.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:29:41.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:29:41.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:29:41.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:29:41.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:29:41.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:41.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:41.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579781400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:29:42.417Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:29:42.417Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:29:42.417Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:42.418Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:42.418Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:42.418Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:43.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:43.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:43.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:43.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:44.419Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:44.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:44.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:44.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:45.420Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:45.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:45.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:45.421Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:46.422Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:46.423Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:46.423Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:46.423Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:47.424Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:47.424Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:47.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:47.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:48.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:29:48.426Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:48.426Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:48.426Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:49.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:29:49.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:29:49.427Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T17:29:49.427Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:29:49.428Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T17:29:49.477Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:29:49.477Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:29:49.477Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:29:49.477Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:29:49.478Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:29:49.478Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:29:49.788Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:29:49.789Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T17:29:49.790Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:29:49.790Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:29:49.790Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:29:49.790Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:49.790Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:49.790Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579789790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:50.791Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:29:50.791Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:29:50.791Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:50.792Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T17:29:50.792Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:50.792Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:50.881Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13110292059035817593/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:29:51.817Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.818Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:29:51.819Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:29:51.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:29:51.821Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:51.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579791860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:52.861Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:29:52.861Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T17:29:52.862Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:29:52.862Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:29:52.862Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:29:52.862Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:29:53.863Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:29:53.893Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:29:53.898Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:29:53.898Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:29:53.899Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:29:53.913Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:30:10.418Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579781400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:30:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579789790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579791860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579792861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T17:30:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:30:23.913Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:30:23.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T17:30:23.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T17:30:23.930Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T17:30:23.933Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:30:23.943Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T17:30:23.943Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ecaa330-53f5-4c43-bc72-ea90d6baae6f], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T17:30:23.950Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:30:24.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:30:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[213224], x-aai-txid=[0-aai-resources-230415-17:30:22:918-98699], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:30:24.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:30:24.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T17:30:24.104Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:30:24.105Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:30:24.111Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:30:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:30:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:30:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:24.112Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579824112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:30:25.141Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:30:25.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:30:25.142Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:25.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:25.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:25.143Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:26.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:26.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:26.144Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:26.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:27.145Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:27.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:27.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:27.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:28.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:28.147Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:28.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:28.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:29.148Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:29.149Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:29.149Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:29.149Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:30.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:30.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:30.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:30.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:31.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:31.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:31.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:31.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:32.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:30:32.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:32.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:32.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:33.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:30:33.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:30:33.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T17:30:33.156Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:30:33.156Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T17:30:33.197Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:30:33.198Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:30:33.198Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:30:33.198Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:33.198Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:30:33.198Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:33.523Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:30:33.526Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T17:30:33.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:30:33.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:33.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:30:33.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:33.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:33.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579833527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:34.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:30:34.528Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:30:34.529Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:34.530Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:34.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:34.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:34.642Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15951463250514423426/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T17:30:35.170Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:30:35.170Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:30:35.170Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.170Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:30:35.170Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.170Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:30:35.171Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:30:35.172Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T17:30:35.207Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T17:30:35.208Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:30:35.208Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T17:30:35.208Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:30:35.208Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:35.208Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:35.208Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579835208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:36.209Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:30:36.209Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T17:30:36.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:30:36.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:30:36.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:30:36.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579836209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:30:37.210Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:30:37.229Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:30:37.236Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:30:37.248Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:31:07.249Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:31:07.258Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T17:31:07.258Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T17:31:07.259Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T17:31:07.265Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:31:07.276Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T17:31:07.276Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84d230b2-fbfd-44e5-a5ec-5f1a991e446a], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T17:31:07.284Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:31:07.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:31:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[254200], x-aai-txid=[2-aai-resources-230415-17:31:06:249-90188], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:31:07.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:31:07.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T17:31:07.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:31:07.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:31:07.452Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:31:07.452Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:31:07.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:31:07.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:07.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:07.453Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579867452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:31:08.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:31:08.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:31:08.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:08.476Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:08.476Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:08.476Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:09.476Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:09.477Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:09.477Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:09.477Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579824112,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:31:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579833527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579835208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579836209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579867452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:31:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:31:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:31:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:10.478Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:11.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:12.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:12.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:12.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:12.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:13.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:13.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:13.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:13.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:14.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:14.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:14.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:14.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:15.485Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:15.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:15.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:15.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:16.486Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:31:16.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:31:16.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T17:31:16.487Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:31:16.487Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T17:31:16.540Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:31:16.540Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:31:16.540Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:31:16.540Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:16.541Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:31:16.541Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:16.876Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:31:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T17:31:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:31:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:31:16.879Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:16.880Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:16.880Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579876879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:17.880Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:31:17.880Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:31:17.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:17.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:17.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:17.881Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:17.952Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6207800591352955837/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T17:31:18.523Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:31:18.524Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.525Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.526Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:31:18.526Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:31:18.526Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T17:31:18.563Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T17:31:18.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:31:18.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T17:31:18.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:31:18.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:18.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:18.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:19.564Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:31:19.565Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T17:31:19.565Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:31:19.565Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:19.565Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:19.565Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579879564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:20.566Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:31:20.588Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:31:20.592Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:31:20.605Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:31:50.606Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:31:50.620Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T17:31:50.620Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T17:31:50.621Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T17:31:50.628Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:31:50.653Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:31:50.655Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T17:31:50.664Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:31:50.838Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T17:31:50.839Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:31:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[170], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-17:31:49:630-928], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:31:50.841Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:31:50.841Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:31:50.841Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:31:50.851Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:31:50.851Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:31:50.851Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:31:50.851Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:50.851Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:50.851Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579910851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:31:51.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:31:51.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:31:51.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:51.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:51.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:51.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:52.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:52.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:52.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:52.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:53.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:53.889Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:53.889Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:53.889Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:54.890Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:54.890Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:54.890Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:54.890Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:55.891Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:55.891Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:55.891Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:55.891Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:56.892Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:56.892Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:56.892Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:56.892Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:57.893Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:57.893Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:57.893Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:57.894Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:58.894Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:58.894Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:58.895Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:58.895Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:31:59.895Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:31:59.896Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:31:59.896Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:31:59.896Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:00.896Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:00.897Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:00.897Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:00.897Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:01.898Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:32:01.898Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:32:01.898Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T17:32:01.898Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:32:01.898Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T17:32:01.940Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:32:01.940Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:32:01.940Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:32:01.940Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:01.941Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:32:01.941Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:02.332Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:32:02.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T17:32:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:32:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:32:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579922339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:03.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:32:03.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:32:03.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:03.341Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T17:32:03.341Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:03.342Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:03.455Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11649822494192369448/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.248Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.249Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T17:32:04.250Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:04.251Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T17:32:04.300Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T17:32:04.301Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:32:04.301Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T17:32:04.301Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:32:04.301Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:04.301Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:04.301Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579924301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:05.302Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:32:05.302Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T17:32:05.302Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:32:05.302Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:05.302Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:05.303Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579925302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:06.303Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:32:06.327Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:06.331Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:32:06.341Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:32:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:32:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:32:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:32:36.342Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:32:36.354Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T17:32:36.354Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T17:32:36.354Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T17:32:36.359Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:32:36.375Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:32:36.375Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T17:32:36.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:32:36.529Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T17:32:36.530Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:32:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[221384], x-aai-txid=[2-aai-resources-230415-17:32:35:347-67240], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:32:36.530Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:32:36.530Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:32:36.530Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:32:36.540Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:32:36.540Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:32:36.540Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:32:36.541Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:36.541Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:36.541Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579956540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:32:37.573Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:32:37.573Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:32:37.573Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:37.573Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:37.573Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:37.573Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:38.574Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:38.574Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:38.574Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:38.575Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:39.575Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:39.575Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:39.575Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:39.575Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:40.576Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:40.576Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:40.576Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:40.576Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:41.576Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:41.577Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:41.577Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:41.577Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:42.577Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:42.578Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:42.578Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:42.578Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:43.579Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:43.579Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:43.579Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:43.579Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:44.580Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:32:44.581Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:44.581Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:44.581Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:45.583Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:32:45.583Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:32:45.583Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T17:32:45.583Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:32:45.583Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T17:32:45.626Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:32:45.626Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:32:45.626Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:32:45.627Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:32:45.627Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:32:45.627Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:32:45.926Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:32:45.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T17:32:45.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:32:45.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:32:45.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:32:45.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:45.928Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:45.929Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579965928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:46.929Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:32:46.930Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:32:46.930Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:46.932Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T17:32:46.933Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:46.933Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6570877023988027595/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:32:47.891Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:32:47.892Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:32:47.893Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.894Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.895Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.895Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:32:47.895Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:32:47.895Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:47.940Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579967940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:48.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:32:48.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T17:32:48.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:32:48.941Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:32:48.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:32:48.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579968941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:32:49.942Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:32:49.967Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:32:49.970Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:32:49.971Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:32:49.983Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:33:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:33:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579876879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:33:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579879564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579910851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:33:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:33:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579922339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:33:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579924301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T17:33:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:33:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579925302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T17:33:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:33:19.983Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:33:19.995Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T17:33:19.995Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T17:33:19.996Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T17:33:20.003Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:33:20.019Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T17:33:20.019Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c843e622-df60-4995-90e6-67eb72de4790], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:33:20.027Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:33:20.183Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:33:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[229576], x-aai-txid=[2-aai-resources-230415-17:33:18:992-81327], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:33:20.183Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:33:20.184Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T17:33:20.185Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:33:20.186Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:33:20.198Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:33:20.199Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:33:20.199Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:33:20.199Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:33:20.199Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:33:20.199Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580000199,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:33:21.226Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T17:33:21.226Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T17:33:21.227Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T17:33:21.228Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T17:33:21.228Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 252560 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-04-15T17:33:21.229Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:33:21.229Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:33:21.229Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:33:21.229Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:33:21.234Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-128f1142-6ef7-4233-91b7-50dfa5a6c060
2023-04-15T17:33:21.235Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T17:33:21.235Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T17:33:21.235Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:33:24.209Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:27.219Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:30.230Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:33.240Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:36.249Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:39.258Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:42.268Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:45.280Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:48.294Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:51.306Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:54.314Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:33:57.323Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:34:00.332Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:34:03.341Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:34:06.353Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:34:09.362Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:34:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:10.436Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:34:10.436Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:34:10.443Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:34:10.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-128f1142-6ef7-4233-91b7-50dfa5a6c060', protocol='range'}
2023-04-15T17:34:10.447Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:34:10.447Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:34:10.447Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:34:10.448Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:34:10.448Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:34:10.448Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:34:10.448Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-128f1142-6ef7-4233-91b7-50dfa5a6c060=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:34:10.460Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-128f1142-6ef7-4233-91b7-50dfa5a6c060', protocol='range'}
2023-04-15T17:34:10.461Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T17:34:10.461Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:34:10.461Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T17:34:10.461Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:34:10.461Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:34:10.465Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:34:10.465Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:34:10.466Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:34:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:34:10.466Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:34:10.466Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1849, 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-04-15T17:34:10.466Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:34:10.466Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:34:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T17:34:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:34:10.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:34:10.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T17:34:11.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.492Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579956540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:34:11.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.492Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:34:11.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579341121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579965928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579967940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T17:34:11.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.494Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681579968941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T17:34:11.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.494Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580000199,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:34:11.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:34:11.509Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:34:11.509Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:34:11.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:11.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:11.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:11.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:12.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:12.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:12.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:12.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:13.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:13.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:13.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:13.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:14.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:14.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:14.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:14.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:15.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:15.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:15.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:15.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:16.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:16.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:16.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:16.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:17.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:34:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:17.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:18.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:34:18.521Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:34:18.521Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T17:34:18.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:34:18.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T17:34:18.550Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:34:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:34:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:34:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:34:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:34:18.551Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:34:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:34:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3793fc3
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580058583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:19.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T17:34:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:34:19.609Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:34:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T17:34:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T17:34:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:34:19.615Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:34:19.616Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:34:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:34:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ec8760c
2023-04-15T17:34:19.631Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:34:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:34:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:34:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T17:34:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T17:34:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:34:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:34:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:34:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580059632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:34:20.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:34:20.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:34:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:34:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:34:20.663Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:34:50.663Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:34:50.683Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:34:50.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:34:50.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:35:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:35:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:35:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:35:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:35:20.687Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:35:20.711Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:35:20.714Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:35:20.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:35:50.715Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:35:50.753Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:35:50.756Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:35:50.757Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:36:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:36:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:36:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:36:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580058583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:36:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580059632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:36:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:36:20.757Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:36:20.783Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:36:20.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:36:20.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:36:50.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:36:50.808Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:36:50.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:36:50.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:37:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:37:20.811Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:37:20.835Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:37:20.838Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:37:20.839Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:37:50.839Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:37:50.857Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:37:50.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:37:50.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:38:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:38:20.860Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:38:20.879Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:38:20.882Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:38:20.882Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:38:50.883Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:38:50.907Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:38:50.911Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:38:50.911Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:39:10.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:11.503Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:39:11.504Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-128f1142-6ef7-4233-91b7-50dfa5a6c060 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T17:39:11.504Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T17:39:11.504Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T17:39:14.058Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:39:14.072Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:39:14.073Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:39:14.088Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:39:14.089Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:39:14.103Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:39:14.103Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:39:14.104Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:39:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:39:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:39:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:39:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1871, 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-04-15T17:39:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:39:14.108Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:39:20.912Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T17:39:20.912Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:39:20.923Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T17:39:20.923Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T17:39:20.924Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T17:39:20.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:39:20.948Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:39:20.949Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T17:39:20.957Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T17:39:21.115Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T17:39:21.116Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:39:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-17:39:19:920-30687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:39:21.117Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:39:21.117Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:39:21.118Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:39:21.127Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:39:21.127Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T17:39:21.127Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T17:39:21.128Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:21.128Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:21.128Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580361127,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:21.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:39:21.145Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580361127,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T17:39:21.146Z||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-04-15T17:39:22.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:39:22.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:39:22.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:39:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:22.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:23.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:39:23.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:23.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:23.166Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:24.167Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:39:24.167Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:39:24.168Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T17:39:24.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T17:39:24.168Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T17:39:24.208Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:39:24.209Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:39:24.209Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:39:24.209Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:39:24.209Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:39:24.209Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:39:24.500Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:39:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T17:39:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:39:24.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:39:24.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:39:24.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:24.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:24.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580364501,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:25.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:39:25.503Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:39:25.503Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.504Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T17:39:25.504Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.504Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.574Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17396587765410613082/Definitions/service-BasicNetwork-template.yml
2023-04-15T17:39:25.959Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:39:25.959Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:39:25.960Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:39:25.961Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T17:39:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T17:39:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:39:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T17:39:26.011Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:39:26.012Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:26.012Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:26.012Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580366011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:27.012Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:39:27.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T17:39:27.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:39:27.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:27.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:27.013Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580367012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:39:28.014Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:39:28.036Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:39:28.040Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:39:28.040Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:39:28.040Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:39:28.040Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:39:28.041Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:39:28.041Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:39:28.041Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:39:28.041Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:39:28.041Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:39:28.054Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:39:58.055Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:39:58.068Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T17:39:58.068Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T17:39:58.069Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T17:39:58.078Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:39:58.100Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T17:39:58.101Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ed6d49e-abea-4836-a63b-4a2db493f6c3], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T17:39:58.110Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:39:58.260Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:39:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-17:39:57:074-39206], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:39:58.261Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:39:58.261Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T17:39:58.261Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:39:58.261Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:39:58.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:39:58.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:39:58.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:39:58.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:58.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:58.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580398274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:39:59.303Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:39:59.303Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:39:59.303Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:39:59.304Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:39:59.304Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:39:59.304Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:00.304Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:00.305Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:00.305Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:00.305Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:01.306Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:01.306Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:01.306Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:01.306Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:02.307Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:02.307Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:02.307Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:02.307Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:03.308Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:03.308Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:03.308Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:03.308Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:04.309Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:04.309Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:04.309Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:04.309Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:05.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:05.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:05.310Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:05.311Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:06.311Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:06.312Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:06.312Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:06.312Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:07.313Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:40:07.313Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:40:07.313Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T17:40:07.314Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:40:07.316Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T17:40:07.360Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:40:07.360Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:40:07.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:40:07.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:07.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:40:07.361Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:07.675Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:40:07.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T17:40:07.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:40:07.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:07.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:40:07.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:07.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:07.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580407677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:08.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:40:08.679Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:40:08.679Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:08.680Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:08.680Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:08.680Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:08.757Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11534773933604010928/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T17:40:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:40:09.331Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:40:09.332Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:09.333Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T17:40:09.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T17:40:09.382Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:40:09.383Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T17:40:09.384Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:40:09.384Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:09.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:09.385Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580409382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:10.387Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:40:10.387Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T17:40:10.387Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:40:10.388Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:10.388Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:10.388Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580410387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:40:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580364501,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580366011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580367012,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580398274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580407677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580409382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580410387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T17:40:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:40:11.389Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:40:11.409Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:11.413Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:40:11.424Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:40:41.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:40:41.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T17:40:41.434Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T17:40:41.435Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T17:40:41.441Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:40:41.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T17:40:41.455Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cab619d6-53b4-4536-8806-789f6e8ad9a0], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T17:40:41.462Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:40:41.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:40:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-17:40:40:425-69221], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:40:41.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:40:41.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T17:40:41.621Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:40:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:40:41.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:40:41.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:40:41.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:40:41.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:41.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:41.630Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580441630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:40:42.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:40:42.662Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:40:42.663Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:42.663Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:42.663Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:42.663Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:43.664Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:43.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:43.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:43.665Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:44.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:44.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:44.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:44.666Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:45.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:45.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:45.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:45.667Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:46.668Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:46.668Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:46.668Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:46.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:47.669Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:47.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:47.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:47.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:48.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:40:48.671Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:48.671Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:48.671Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:49.672Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:40:49.672Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:40:49.672Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T17:40:49.673Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:40:49.673Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T17:40:49.717Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:40:49.718Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:40:49.718Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:40:49.718Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:40:49.719Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:40:49.719Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:40:50.030Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:40:50.032Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T17:40:50.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:40:50.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:40:50.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:40:50.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:50.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:50.033Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580450033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:51.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:40:51.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:40:51.034Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:51.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T17:40:51.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:51.035Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:51.121Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6792483614193506858/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:40:52.088Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:40:52.089Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:40:52.090Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:52.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580452134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:53.134Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:40:53.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T17:40:53.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:40:53.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:40:53.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:40:53.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580453134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:40:54.135Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:40:54.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:40:54.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:40:54.168Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:41:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580441630,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580450033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580452134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T17:41:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T17:41:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580453134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T17:41:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:41:24.169Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:41:24.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T17:41:24.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T17:41:24.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T17:41:24.191Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:41:24.203Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:41:24.203Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T17:41:24.219Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:41:24.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T17:41:24.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:41:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[213224], x-aai-txid=[2-aai-resources-230415-17:41:23:181-79686], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:41:24.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:41:24.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:41:24.372Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:41:24.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:41:24.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:41:24.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:41:24.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:24.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:24.383Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580484383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:41:25.404Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:41:25.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:41:25.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:25.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:25.405Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:25.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:26.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:26.406Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:26.407Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:26.407Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:27.407Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:27.408Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:27.408Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:27.408Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:28.409Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:28.409Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:28.410Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:28.410Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:29.410Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:29.411Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:29.411Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:29.411Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:30.411Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:30.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:30.412Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:30.413Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:31.413Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:31.414Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:31.414Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:31.414Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:32.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:41:32.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:32.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:32.415Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:33.416Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:41:33.417Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:41:33.417Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T17:41:33.417Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:41:33.418Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T17:41:33.454Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:41:33.454Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:41:33.454Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:41:33.454Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:33.455Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:41:33.455Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:33.732Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:41:33.734Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T17:41:33.734Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:41:33.734Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:33.734Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:41:33.735Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:33.735Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:33.735Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580493734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:34.735Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:41:34.736Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:41:34.736Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:34.736Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:34.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:34.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:34.815Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5250488473371638570/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T17:41:35.355Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:41:35.356Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:41:35.357Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T17:41:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T17:41:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:41:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T17:41:35.405Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:41:35.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:35.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:35.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580495405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:41:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T17:41:36.406Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:41:36.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:41:36.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:41:36.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580496406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:41:37.407Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:41:37.425Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:41:37.428Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:41:37.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:42:07.441Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:42:07.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T17:42:07.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T17:42:07.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T17:42:07.455Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:42:07.474Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T17:42:07.474Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cb5d18d-2148-46f3-8752-c50012dd4a1d], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T17:42:07.484Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:42:07.634Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:42:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[254200], x-aai-txid=[1-aai-resources-230415-17:42:06:447-60065], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:42:07.634Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:42:07.635Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T17:42:07.635Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:42:07.635Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:42:07.648Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:42:07.649Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:42:07.649Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:42:07.649Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:07.649Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:07.649Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580527649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:42:08.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:42:08.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:42:08.677Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:08.678Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:08.678Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:08.678Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:09.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:09.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:09.680Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:09.681Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580484383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580493734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580495405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580496406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T17:42:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580527649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:42:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:42:10.682Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:10.682Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:10.682Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:10.682Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:11.683Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:11.684Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:11.684Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:11.684Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:12.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:12.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:12.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:12.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:13.686Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:13.687Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:13.687Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:13.687Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:14.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:14.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:14.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:14.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:15.688Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:15.689Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:15.689Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:15.689Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:16.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:42:16.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:42:16.690Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T17:42:16.690Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:42:16.690Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T17:42:16.736Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:42:16.737Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:42:16.737Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:42:16.738Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:16.738Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:42:16.738Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:17.048Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:17.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580537051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:18.052Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:42:18.052Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:42:18.052Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.052Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.053Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.053Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.178Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2080959475571064009/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T17:42:18.704Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:42:18.705Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:42:18.706Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T17:42:18.752Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T17:42:18.753Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:42:18.753Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T17:42:18.753Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:42:18.753Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:18.753Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:18.753Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580538753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:19.754Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:42:19.754Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T17:42:19.754Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:42:19.754Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:19.754Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:19.755Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580539754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:20.755Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:42:20.779Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:42:20.783Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:42:20.784Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:42:20.784Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:42:20.784Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:42:20.784Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:42:20.784Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:42:20.785Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:42:20.785Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:42:20.785Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:42:20.796Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:42:50.796Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:42:50.808Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T17:42:50.809Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T17:42:50.809Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T17:42:50.813Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:42:50.823Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T17:42:50.824Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40eb6540-7fa6-4edc-ae8c-a76f7a55e5d1], X-ECOMP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-TransactionId=[], X-ONAP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], Content-Type=[application/merge-patch+json]}
2023-04-15T17:42:50.830Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:42:50.981Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?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/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:42:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[204800], x-aai-txid=[0-aai-resources-230415-17:42:49:793-40004], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:42:50.982Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:42:50.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T17:42:50.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:42:50.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:42:50.995Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:42:50.996Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:42:50.996Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:42:50.996Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:50.996Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:50.996Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580570996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:42:52.025Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:42:52.025Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:42:52.026Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:52.026Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:52.026Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:52.026Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:53.026Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:53.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:53.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:53.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:54.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:54.028Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:54.028Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:54.028Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:55.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:55.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:55.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:55.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:56.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:56.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:56.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:56.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:57.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:57.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:57.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:57.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:58.032Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:58.033Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:58.033Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:58.033Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:42:59.033Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:42:59.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:42:59.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:42:59.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:00.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:00.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:00.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:00.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:01.036Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:01.036Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:01.036Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:01.036Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:02.037Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:43:02.038Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:43:02.038Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T17:43:02.038Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:43:02.039Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T17:43:02.085Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:43:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:43:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:43:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:43:02.087Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:02.404Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:02.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580582411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:03.411Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:43:03.412Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:43:03.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:03.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T17:43:03.414Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:03.414Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:03.491Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3423390746503661946/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T17:43:04.333Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:43:04.334Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:43:04.335Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:43:04.336Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:04.337Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.338Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:04.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:04.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T17:43:04.380Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T17:43:04.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:43:04.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T17:43:04.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:43:04.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:04.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:04.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580584381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:05.381Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:43:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T17:43:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:43:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:05.382Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580585381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:06.383Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:43:06.402Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:43:06.406Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:43:06.407Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:43:06.407Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:43:06.407Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:43:06.407Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:06.407Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:06.408Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:06.408Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:06.408Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:43:06.421Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:43:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T17:43:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:43:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:43:36.421Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:43:36.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T17:43:36.432Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T17:43:36.432Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T17:43:36.438Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:43:36.452Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T17:43:36.453Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[377dee91-cfc9-4633-a881-1e028194a607], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:43:36.460Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:43:36.612Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:43:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[221384], x-aai-txid=[1-aai-resources-230415-17:43:35:420-77176], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:43:36.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:43:36.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T17:43:36.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:43:36.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:43:36.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:43:36.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:43:36.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:43:36.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:36.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:36.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580616627,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:43:37.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:43:37.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:43:37.649Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:37.650Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:37.650Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:37.650Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:38.651Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:38.651Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:38.651Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:38.651Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:39.652Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:39.652Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:39.652Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:39.653Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:40.654Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:40.654Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:40.654Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:40.654Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:41.656Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:41.656Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:41.656Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:41.656Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:42.657Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:42.657Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:42.657Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:42.657Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:43.658Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:43.659Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:43.659Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:43.659Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:44.660Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:43:44.660Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:44.660Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:44.660Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:45.662Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:43:45.662Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:43:45.662Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T17:43:45.662Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:43:45.662Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T17:43:45.714Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:43:45.715Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:43:45.715Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:43:45.715Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:43:45.715Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:43:45.715Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:43:46.009Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:43:46.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T17:43:46.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:43:46.011Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:43:46.012Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:43:46.012Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:46.012Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:46.012Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580626011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:47.012Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:43:47.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:43:47.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:47.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T17:43:47.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:47.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:47.108Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16155784903880396570/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:43:48.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:43:48.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:43:48.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:43:48.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.013Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:43:48.014Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.015Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:43:48.016Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T17:43:48.068Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T17:43:48.068Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:43:48.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T17:43:48.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:43:48.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:48.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:48.069Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580628068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:49.070Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:43:49.070Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T17:43:49.070Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:43:49.071Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:43:49.071Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:43:49.071Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580629070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:43:50.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:43:50.094Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:43:50.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:43:50.108Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:44:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:44:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580537051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580538753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580539754,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580570996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:44:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580582411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:44:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580584381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T17:44:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:44:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580585381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T17:44:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:44:20.109Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:44:20.121Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T17:44:20.121Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T17:44:20.122Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T17:44:20.126Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:44:20.135Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T17:44:20.136Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ae800c7-c9e8-40f8-99ae-031363918650], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:44:20.145Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:44:20.408Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:44:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[260], vertex-id=[229576], x-aai-txid=[2-aai-resources-230415-17:44:19:107-51216], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:44:20.408Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:44:20.409Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T17:44:20.411Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:44:20.411Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:44:20.421Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:44:20.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:44:20.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:44:20.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:44:20.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:44:20.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580660422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:44:21.449Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T17:44:21.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T17:44:21.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T17:44:21.450Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 2 disconnected.
2023-04-15T17:44:21.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 252679 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-04-15T17:44:21.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:44:21.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:44:21.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:44:21.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:44:21.456Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-348a46e8-ffaa-4464-837d-210fc3f2f6a9
2023-04-15T17:44:21.457Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T17:44:21.457Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T17:44:21.457Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:44:24.303Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:27.313Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:30.324Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:33.339Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:36.347Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:39.356Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:42.365Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:45.374Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:48.383Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:51.393Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:54.403Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:44:57.418Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:45:00.428Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:45:03.436Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:45:06.447Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:45:09.456Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:45:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:45:10.434Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:45:10.440Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-348a46e8-ffaa-4464-837d-210fc3f2f6a9', protocol='range'}
2023-04-15T17:45:10.440Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:45:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:45:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:45:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:45:10.445Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:45:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:45:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:45:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-348a46e8-ffaa-4464-837d-210fc3f2f6a9=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:45:10.466Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:45:10.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:45:10.467Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:45:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-348a46e8-ffaa-4464-837d-210fc3f2f6a9', protocol='range'}
2023-04-15T17:45:10.468Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T17:45:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T17:45:10.470Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:45:10.470Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:45:10.470Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:45:10.471Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1938, 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-04-15T17:45:10.471Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:45:10.471Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:45:10.473Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:45:10.474Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:45:10.474Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T17:45:10.474Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:45:10.474Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:45:10.474Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580616627,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.495Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.496Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580001226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580626011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.497Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580628068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580629070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580660422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:45:11.498Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:45:11.558Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:45:11.558Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:45:11.559Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:11.559Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:11.559Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:11.559Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:12.559Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:12.560Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:12.560Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:12.560Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:13.560Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:13.561Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:13.561Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:13.561Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:14.561Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:14.562Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:14.562Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:14.562Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:15.562Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:15.563Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:15.563Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:15.563Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:16.564Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:16.564Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:16.564Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:16.564Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:17.565Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:45:17.565Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:17.565Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:17.565Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:18.566Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:45:18.567Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:45:18.567Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T17:45:18.567Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:45:18.567Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T17:45:18.605Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:45:18.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:45:18.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:45:18.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:45:18.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:45:18.606Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:45:18.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:45:18.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e103600
2023-04-15T17:45:18.629Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:45:18.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:45:18.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:45:18.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T17:45:18.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T17:45:18.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:45:18.637Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:18.638Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:18.638Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580718637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:19.638Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T17:45:19.655Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:45:19.655Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:45:19.660Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T17:45:19.660Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T17:45:19.660Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:45:19.661Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:45:19.661Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:45:19.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:45:19.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@73e83e38
2023-04-15T17:45:19.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:45:19.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:45:19.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:45:19.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T17:45:19.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T17:45:19.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:45:19.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:45:19.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:45:19.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580719681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:45:20.682Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:45:20.683Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:45:20.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:45:20.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:45:20.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:45:50.706Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:45:50.731Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:45:50.735Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:45:50.735Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:46:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:46:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:46:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:46:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:46:20.735Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:46:20.759Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:46:20.763Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:46:20.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:46:50.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:46:50.790Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:46:50.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:46:50.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:47:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:47:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580718637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580719681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:47:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:47:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:47:20.816Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:47:20.820Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:47:20.820Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:47:50.821Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:47:50.840Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:47:50.844Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:47:50.844Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:48:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:48:20.844Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:48:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:48:20.867Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:48:20.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:48:50.868Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:48:50.890Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:48:50.895Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:48:50.895Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:49:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:49:20.895Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:49:20.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:49:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:49:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:49:50.927Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:49:50.952Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:49:50.956Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:49:50.957Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:50:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:11.627Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:50:11.627Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-348a46e8-ffaa-4464-837d-210fc3f2f6a9 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T17:50:11.627Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T17:50:11.627Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T17:50:14.092Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:50:14.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:50:14.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:50:14.113Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:50:14.113Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T17:50:14.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:50:14.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:50:14.129Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:50:14.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:50:14.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:50:14.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:50:14.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1960, 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-04-15T17:50:14.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:50:14.133Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:50:20.957Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T17:50:20.958Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:50:20.970Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T17:50:20.971Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T17:50:20.971Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T17:50:20.979Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:50:21.000Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T17:50:21.001Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3dc188b0-6ffc-43f8-b3b1-8923cb04c6f3], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T17:50:21.010Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T17:50:21.170Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:50:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-17:50:19:970-5739], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:50:21.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:50:21.172Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T17:50:21.172Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:50:21.172Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:50:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:50:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T17:50:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T17:50:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581021186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:21.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:50:21.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581021186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T17:50:21.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:50:22.223Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:50:22.223Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:50:22.223Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:50:22.223Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:22.223Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:22.224Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:23.225Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:50:23.225Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:23.225Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:23.226Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:24.226Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:50:24.227Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:50:24.227Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T17:50:24.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T17:50:24.227Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T17:50:24.270Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:50:24.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:50:24.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:50:24.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:50:24.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:50:24.271Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:50:24.590Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:24.592Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581024592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:25.593Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:50:25.594Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:50:25.594Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.594Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T17:50:25.595Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.595Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11051694747621672936/Definitions/service-BasicNetwork-template.yml
2023-04-15T17:50:25.981Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:50:25.983Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:26.032Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581026032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:27.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T17:50:27.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T17:50:27.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:50:27.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:27.033Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:27.034Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581027033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:50:28.034Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:50:28.056Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:50:28.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:50:28.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:50:28.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:50:28.079Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:50:58.080Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:50:58.086Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T17:50:58.086Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T17:50:58.087Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T17:50:58.093Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:50:58.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T17:50:58.109Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T17:50:58.122Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:50:58.280Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T17:50:58.286Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:50:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-17:50:57:083-66336], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:50:58.287Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:50:58.287Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:50:58.287Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:50:58.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:50:58.296Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:50:58.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:50:58.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:58.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:58.297Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581058297,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:50:59.323Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:50:59.323Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:50:59.323Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:50:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:50:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:50:59.324Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:00.325Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:01.326Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:01.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:01.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:01.327Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:02.328Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:02.329Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:02.329Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:02.329Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:03.330Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:03.331Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:03.331Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:03.331Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:04.332Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:04.333Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:04.333Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:04.333Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:05.334Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:05.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:05.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:05.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:06.335Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:06.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:06.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:06.336Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:07.337Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:51:07.337Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:51:07.337Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T17:51:07.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:51:07.337Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T17:51:07.372Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:51:07.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:51:07.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:51:07.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:07.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:51:07.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:07.670Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:51:07.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T17:51:07.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:51:07.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:07.674Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:51:07.675Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:07.675Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:07.675Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581067674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:08.676Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:51:08.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:51:08.677Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:08.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:08.678Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:08.679Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:08.763Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17663992689758188310/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T17:51:09.322Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:51:09.322Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:51:09.322Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.322Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:51:09.323Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:09.324Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T17:51:09.372Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T17:51:09.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:51:09.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T17:51:09.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:51:09.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:09.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:09.373Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581069373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:10.374Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T17:51:10.374Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T17:51:10.374Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:51:10.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:10.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:10.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581070374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581024592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581026032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T17:51:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581027033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581058297,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581067674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:51:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581069373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T17:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581070374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T17:51:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:51:11.375Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:51:11.397Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:51:11.400Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:11.401Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:51:11.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:51:41.412Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:51:41.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T17:51:41.425Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T17:51:41.426Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T17:51:41.433Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:51:41.452Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T17:51:41.453Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e7048c5-48ef-4144-a9a7-a44461adbf3f], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T17:51:41.461Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:51:41.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:51:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-17:51:40:419-19808], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:51:41.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:51:41.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T17:51:41.615Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:51:41.615Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:51:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:51:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:51:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:51:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:41.622Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581101622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:51:42.651Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:51:42.651Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:51:42.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:42.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:42.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:42.652Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:43.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:43.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:43.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:43.653Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:44.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:44.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:44.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:44.654Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:45.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:45.655Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:45.656Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:45.656Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:46.657Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:46.657Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:46.657Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:46.657Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:47.658Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:47.658Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:47.658Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:47.659Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:48.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:51:48.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:48.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:48.660Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:49.661Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:51:49.661Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:51:49.661Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T17:51:49.662Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:51:49.662Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T17:51:49.710Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:51:49.711Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:51:49.711Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:51:49.711Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:51:49.711Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:51:49.711Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:51:50.001Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:51:50.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T17:51:50.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:51:50.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T17:51:50.002Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:51:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:50.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581110002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:51.003Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:51:51.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:51:51.004Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T17:51:51.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.005Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.103Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18031856848537543035/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.963Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:51:51.964Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.965Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:51:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:51:51.966Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T17:51:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T17:51:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:51:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T17:51:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:51:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:52.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581112011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T17:51:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T17:51:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:51:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:51:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:51:53.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581113013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:51:54.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:51:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:51:54.044Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:51:54.045Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:51:54.059Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:52:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581101622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:52:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:52:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581110002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:52:10.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581112011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T17:52:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:52:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581113013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T17:52:10.430Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:52:24.059Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:52:24.072Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T17:52:24.073Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T17:52:24.073Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T17:52:24.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:52:24.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T17:52:24.100Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44102420-98d1-4b17-9d66-6f1e30a1e1aa], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T17:52:24.108Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:52:24.274Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:52:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-17:52:23:067-64058], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:52:24.275Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:52:24.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T17:52:24.277Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:52:24.277Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:52:24.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:52:24.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:52:24.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:52:24.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:24.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:24.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581144290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:52:25.319Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:52:25.320Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:52:25.320Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:25.320Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:25.320Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:25.320Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:26.321Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:26.321Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:26.321Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:26.321Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:27.323Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:27.323Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:27.323Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:27.323Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:28.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:28.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:28.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:28.324Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:29.325Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:29.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:29.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:29.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:30.326Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:30.327Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:30.327Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:30.327Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:31.328Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:31.328Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:31.328Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:31.328Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:32.329Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:52:32.330Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:32.330Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:32.330Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:33.331Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:52:33.332Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:52:33.332Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T17:52:33.332Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:52:33.332Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T17:52:33.377Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:52:33.377Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:52:33.377Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:52:33.378Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:33.378Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:52:33.378Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:33.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:52:33.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T17:52:33.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:52:33.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:33.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:52:33.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:33.711Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:33.712Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581153711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:34.712Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:52:34.713Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:52:34.714Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:34.714Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:34.715Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:34.715Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:34.837Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5428515509573582908/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T17:52:35.393Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.394Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:52:35.395Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:35.449Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581155449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:36.450Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T17:52:36.450Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T17:52:36.450Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:52:36.451Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:52:36.451Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:52:36.451Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581156450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:52:37.451Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:52:37.471Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:52:37.474Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:52:37.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:52:37.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:53:07.487Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:53:07.495Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T17:53:07.496Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T17:53:07.497Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T17:53:07.503Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:53:07.515Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T17:53:07.515Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[990fda14-36cb-4fa9-a279-1dd3f77b4a54], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T17:53:07.527Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:53:07.692Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:53:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[254200], x-aai-txid=[1-aai-resources-230415-17:53:06:486-1620], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:53:07.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:53:07.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T17:53:07.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:53:07.693Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:53:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:53:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:53:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:53:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581187707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:53:08.736Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:53:08.736Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:53:08.736Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:08.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:08.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:08.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:09.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:09.737Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:09.738Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:09.738Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581144290,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:53:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581153711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581155449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581156450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581187707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:53:10.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:53:10.738Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:10.738Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:10.738Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:10.738Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:11.739Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:11.739Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:11.739Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:11.739Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:12.740Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:12.740Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:12.740Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:12.740Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:13.740Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:13.741Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:13.741Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:13.741Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:14.741Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:14.742Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:14.742Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:14.742Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:15.743Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:15.743Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:15.743Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:15.743Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:16.748Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:53:16.748Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:53:16.749Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T17:53:16.749Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T17:53:16.749Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T17:53:16.776Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:53:16.777Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:53:16.777Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:53:16.777Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:16.777Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:53:16.778Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:17.074Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:53:17.077Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T17:53:17.077Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:53:17.078Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:17.078Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:53:17.078Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:17.078Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:17.078Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581197077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:18.078Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:53:18.079Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:53:18.080Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.080Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.081Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.081Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.175Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6698499773319297538/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T17:53:18.756Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.757Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:53:18.758Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T17:53:18.801Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T17:53:18.801Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:53:18.802Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T17:53:18.802Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:53:18.802Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:18.802Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:18.802Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581198801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:19.803Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T17:53:19.803Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T17:53:19.803Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:53:19.803Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:19.804Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:19.804Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581199803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:20.805Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:53:20.831Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:53:20.836Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:53:20.837Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:53:20.838Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:53:20.852Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:53:50.853Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:53:50.865Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T17:53:50.865Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T17:53:50.867Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T17:53:50.873Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:53:50.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T17:53:50.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[893e73a0-8560-4d36-a639-6d28067d33a6], X-ECOMP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], X-TransactionId=[], X-ONAP-RequestID=[6b51ab53-32f0-4aee-8010-3c02f4d6671f], Content-Type=[application/merge-patch+json]}
2023-04-15T17:53:50.898Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:53:51.049Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?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/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:53:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-17:53:49:857-96318], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:53:51.049Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:53:51.050Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T17:53:51.050Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:53:51.050Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:53:51.060Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:53:51.061Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:53:51.061Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:53:51.061Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:51.062Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:51.062Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581231061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:53:52.091Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:53:52.091Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:53:52.091Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:52.091Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:52.091Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:52.091Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:53.092Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:53.092Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:53.092Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:53.092Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:54.093Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:54.093Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:54.093Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:54.093Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:55.094Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:55.095Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:55.095Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:55.095Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:56.095Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:56.096Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:56.096Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:56.096Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:57.097Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:57.097Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:57.097Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:57.097Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:58.098Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:58.098Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:58.098Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:58.098Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:53:59.099Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:53:59.099Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:53:59.099Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:53:59.099Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:00.100Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:00.100Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:00.101Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:00.101Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:01.101Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:01.102Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:01.102Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:01.102Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:02.103Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:54:02.103Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:54:02.103Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T17:54:02.104Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:54:02.104Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T17:54:02.154Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:54:02.155Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:54:02.155Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:54:02.155Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:02.155Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:54:02.156Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:02.491Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:02.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581242496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:03.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:54:03.497Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:54:03.498Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:03.498Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T17:54:03.499Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:03.499Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:03.613Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3820743897162844917/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T17:54:04.425Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:54:04.425Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:54:04.425Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:04.425Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T17:54:04.425Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:04.425Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:54:04.426Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.427Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:54:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:54:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T17:54:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T17:54:04.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T17:54:04.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:54:04.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T17:54:04.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:54:04.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:04.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:04.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581244474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:05.476Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:54:05.476Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T17:54:05.476Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:54:05.476Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:05.476Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:05.477Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581245476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:06.477Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:54:06.501Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:54:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:54:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:54:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:54:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:54:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:54:06.519Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:54:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:54:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:54:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:54:36.519Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:54:36.531Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T17:54:36.532Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T17:54:36.533Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T17:54:36.541Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:54:36.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T17:54:36.558Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35a803f0-58b0-4ba5-b07c-2c7c54bc2fa9], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:54:36.566Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:54:36.709Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:54:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[221384], x-aai-txid=[1-aai-resources-230415-17:54:35:523-83184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:54:36.709Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:54:36.710Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T17:54:36.710Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:54:36.710Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:54:36.723Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:54:36.723Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:54:36.723Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:54:36.723Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:36.723Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:36.723Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581276723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:54:37.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:54:37.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:54:37.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:37.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:37.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:37.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:38.750Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:38.750Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:38.750Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:38.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:39.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:39.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:39.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:39.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:40.752Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:40.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:40.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:40.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:41.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:41.754Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:41.754Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:41.754Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:42.754Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:42.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:42.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:42.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:43.756Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:43.756Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:43.756Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:43.757Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:44.758Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:54:44.758Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:44.758Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:44.758Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:45.759Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:54:45.759Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:54:45.759Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T17:54:45.760Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:54:45.760Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T17:54:45.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:54:45.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:54:45.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:54:45.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:54:45.798Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:54:45.799Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:54:46.093Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T17:54:46.096Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T17:54:46.096Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:54:46.096Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T17:54:46.096Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T17:54:46.096Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:46.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:46.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581286096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:47.097Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:54:47.098Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:54:47.098Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:47.099Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T17:54:47.099Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:47.099Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:47.212Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17422101923548468793/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T17:54:48.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T17:54:48.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:54:48.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T17:54:48.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.072Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.073Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T17:54:48.074Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.075Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T17:54:48.076Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T17:54:48.115Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T17:54:48.115Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:54:48.115Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T17:54:48.115Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:54:48.115Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:48.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:48.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581288115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:49.117Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T17:54:49.117Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T17:54:49.117Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T17:54:49.118Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:54:49.118Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:54:49.118Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581289117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:54:50.119Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:54:50.141Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:54:50.152Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T17:54:50.153Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T17:54:50.164Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T17:55:10.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:55:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581197077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581198801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581199803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581231061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:55:10.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581242496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581244474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581245476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T17:55:10.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:55:20.169Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T17:55:20.180Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T17:55:20.180Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T17:55:20.181Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T17:55:20.185Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T17:55:20.195Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T17:55:20.195Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4c701ff-789f-4b94-b29d-1c60b8ba3255], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T17:55:20.221Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T17:55:20.381Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 17:55:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[229576], x-aai-txid=[0-aai-resources-230415-17:55:19:181-90581], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T17:55:20.381Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T17:55:20.381Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T17:55:20.382Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T17:55:20.382Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:55:20.394Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:55:20.394Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T17:55:20.394Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T17:55:20.394Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:55:20.394Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:55:20.394Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581320394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T17:55:21.418Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T17:55:21.418Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T17:55:21.419Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T17:55:21.420Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T17:55:21.420Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:55:21.420Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:55:21.420Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T17:55:21.421Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:55:21.422Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T17:55:21.425Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bafcd83-046e-457e-8083-29b0e42dc7ff
2023-04-15T17:55:21.426Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T17:55:21.426Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T17:55:24.335Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:27.347Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:30.357Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:33.366Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:36.376Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:39.386Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:42.397Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:45.407Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:48.418Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:51.428Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:54.436Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:55:57.447Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:56:00.457Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:56:03.466Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:56:06.476Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:56:09.492Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T17:56:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:10.432Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:56:10.433Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T17:56:10.438Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:56:10.439Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bafcd83-046e-457e-8083-29b0e42dc7ff', protocol='range'}
2023-04-15T17:56:10.443Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:56:10.443Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:56:10.443Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:56:10.443Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:56:10.444Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:56:10.444Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T17:56:10.444Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-7bafcd83-046e-457e-8083-29b0e42dc7ff=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T17:56:10.457Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bafcd83-046e-457e-8083-29b0e42dc7ff', protocol='range'}
2023-04-15T17:56:10.457Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T17:56:10.457Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T17:56:10.457Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T17:56:10.458Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T17:56:10.458Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T17:56:10.462Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:56:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:56:10.462Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:56:10.462Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T17:56:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:56:10.462Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T17:56:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:56:10.462Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T17:56:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2027, 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-04-15T17:56:10.462Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T17:56:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:56:10.462Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T17:56:11.485Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.486Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581276723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:56:11.487Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.488Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.489Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681580661449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581286096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581288115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581289117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.490Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581320394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T17:56:11.491Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:56:11.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T17:56:11.501Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T17:56:11.503Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:11.503Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:11.503Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:11.503Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:12.504Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:12.504Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:12.505Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:12.505Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:13.505Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:13.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:13.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:13.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:14.507Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:14.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:14.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:14.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:15.509Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:15.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:15.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:15.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:16.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:16.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:16.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:16.511Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:17.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T17:56:17.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:17.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:17.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:18.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T17:56:18.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T17:56:18.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T17:56:18.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T17:56:18.515Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T17:56:18.560Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T17:56:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:56:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T17:56:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:56:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:56:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T17:56:18.587Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:56:18.588Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@69a17666
2023-04-15T17:56:18.589Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:56:18.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:56:18.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:56:18.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T17:56:18.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T17:56:18.590Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:56:18.591Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:18.591Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:18.591Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581378590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:19.592Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T17:56:19.612Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:56:19.613Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T17:56:19.618Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T17:56:19.618Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T17:56:19.618Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:56:19.618Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T17:56:19.619Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T17:56:19.632Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@483a3836
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T17:56:19.633Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T17:56:19.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T17:56:19.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T17:56:19.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581379633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:56:20.634Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T17:56:20.635Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:56:20.659Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:56:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:56:20.662Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:56:50.663Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:56:50.686Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:56:50.690Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:56:50.690Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:57:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:57:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:57:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:57:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:57:20.690Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:57:20.713Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:57:20.716Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:57:20.717Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:57:50.717Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:57:50.740Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:57:50.743Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:57:50.744Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:58:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581378590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T17:58:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581379633,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T17:58:10.421Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T17:58:20.744Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:58:20.768Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:58:20.774Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:58:20.774Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:58:50.774Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:58:50.797Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:58:50.801Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:58:50.801Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:59:10.419Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T17:59:20.801Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:59:20.822Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:59:20.826Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:59:20.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T17:59:50.827Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:59:50.852Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T17:59:50.856Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T17:59:50.856Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:00:10.420Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:00:20.857Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:00:20.879Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:00:20.882Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:00:20.882Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:00:50.883Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:00:50.916Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:00:50.920Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:00:50.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:01:10.422Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:11.537Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:01:11.538Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-7bafcd83-046e-457e-8083-29b0e42dc7ff sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T18:01:11.538Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T18:01:11.538Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T18:01:14.077Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:01:14.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:01:14.091Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T18:01:14.097Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:01:14.098Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T18:01:14.110Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:01:14.110Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T18:01:14.110Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T18:01:14.116Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:01:14.116Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:01:14.116Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:01:14.117Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2049, 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-04-15T18:01:14.117Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:01:14.117Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:01:20.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T18:01:20.921Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:01:20.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T18:01:20.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T18:01:20.931Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T18:01:20.937Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:01:20.957Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T18:01:20.958Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a5597ef4-2987-4798-9909-8dff9d913c9f], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T18:01:20.967Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T18:01:21.129Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:01:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[172232], x-aai-txid=[2-aai-resources-230415-18:01:19:924-21082], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:01:21.130Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:01:21.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T18:01:21.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:01:21.131Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:01:21.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:01:21.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T18:01:21.139Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T18:01:21.140Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:21.140Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:21.140Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581681139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:21.157Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-15T18:01:21.157Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581681139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T18:01:21.157Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|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-04-15T18:01:22.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:01:22.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:01:22.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:01:22.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:22.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:22.163Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:23.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:01:23.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:23.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:23.164Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:24.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:01:24.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:01:24.165Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T18:01:24.165Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T18:01:24.166Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T18:01:24.199Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:01:24.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:01:24.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:01:24.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:01:24.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:01:24.200Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:01:24.499Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:24.501Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581684501,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:25.502Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:01:25.503Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:01:25.503Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.503Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T18:01:25.503Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.504Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.580Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10272056851805745339/Definitions/service-BasicNetwork-template.yml
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.941Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:01:25.942Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T18:01:25.970Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T18:01:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:01:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T18:01:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:01:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:25.971Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581685971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:26.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:01:26.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T18:01:26.973Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:01:26.974Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:26.974Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:26.974Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581686973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:01:27.974Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:01:27.979Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:01:27.980Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:01:27.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:01:57.982Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:01:57.987Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T18:01:57.987Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T18:01:57.988Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T18:01:57.991Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:01:58.002Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:01:58.003Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T18:01:58.008Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:01:58.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T18:01:58.155Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:01:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[188648], x-aai-txid=[0-aai-resources-230415-18:01:56:964-121], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:01:58.155Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:01:58.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:01:58.156Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:01:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:01:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:01:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:01:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:58.162Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581718162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:01:59.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:01:59.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:01:59.181Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:01:59.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:01:59.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:01:59.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:00.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:00.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:00.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:00.183Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:01.184Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:01.184Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:01.184Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:01.185Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:02.185Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:02.185Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:02.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:02.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:03.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:03.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:03.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:03.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:04.188Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:04.188Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:04.188Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:04.188Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:05.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:05.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:05.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:05.189Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:06.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:06.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:06.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:06.190Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:07.191Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:02:07.191Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:02:07.191Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T18:02:07.192Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:02:07.192Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T18:02:07.219Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:02:07.219Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:02:07.220Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:02:07.220Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:07.220Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:02:07.220Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:07.526Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:02:07.529Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T18:02:07.529Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:02:07.529Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:07.529Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:02:07.530Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:07.530Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:07.530Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581727529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:08.531Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:02:08.532Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:02:08.532Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:08.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:08.534Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:08.534Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:08.617Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16136943736419204551/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T18:02:09.163Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.164Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.165Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:09.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:09.166Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T18:02:09.199Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T18:02:09.200Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:02:09.200Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T18:02:09.200Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:02:09.200Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:09.200Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:09.200Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581729199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:10.202Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:02:10.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T18:02:10.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:02:10.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:10.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:10.203Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581730202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581684501,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581685971,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T18:02:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581686973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T18:02:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581718162,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:02:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581727529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581729199,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:02:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581730202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T18:02:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:02:11.205Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:02:11.224Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:02:11.227Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:11.228Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:02:11.236Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:02:41.237Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:02:41.244Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T18:02:41.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T18:02:41.245Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T18:02:41.251Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:02:41.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T18:02:41.267Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[589becc7-a997-43a8-a5e0-ba45698788a3], X-ECOMP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], X-TransactionId=[], X-ONAP-RequestID=[7360659f-ac2f-4593-bd41-4e54140b55ae], Content-Type=[application/merge-patch+json]}
2023-04-15T18:02:41.275Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:02:41.436Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?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/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:02:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[241680], x-aai-txid=[0-aai-resources-230415-18:02:40:231-11869], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:02:41.437Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:02:41.438Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T18:02:41.439Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:02:41.441Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:02:41.453Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:02:41.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:02:41.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:02:41.454Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:41.455Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:41.455Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581761454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:02:42.481Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:02:42.481Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:02:42.481Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:42.481Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:42.482Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:42.482Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:43.484Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:43.485Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:43.485Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:43.485Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:44.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:44.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:44.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:44.486Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:45.487Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:45.487Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:45.487Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:45.487Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:46.489Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:46.490Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:46.490Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:46.490Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:47.491Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:47.491Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:47.492Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:47.492Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:48.493Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:02:48.493Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:48.493Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:48.493Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:49.494Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:02:49.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:02:49.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T18:02:49.495Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:02:49.495Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T18:02:49.537Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:02:49.538Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:02:49.538Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:02:49.538Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:02:49.538Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:02:49.539Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:02:49.824Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:02:49.826Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T18:02:49.826Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:02:49.827Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:02:49.827Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:02:49.827Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:49.827Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:49.827Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581769826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:50.828Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:02:50.829Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:02:50.829Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:50.830Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T18:02:50.830Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:50.830Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:50.915Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17997249293970189651/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T18:02:51.958Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:02:51.959Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:02:51.960Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.961Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:02:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:02:51.962Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:52.011Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581772011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:53.012Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:02:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T18:02:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:02:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:02:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:02:53.013Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581773012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:02:54.014Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:02:54.036Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:02:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:02:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:02:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:02:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:02:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:54.041Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:54.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:54.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:02:54.042Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:02:54.057Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:03:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581761454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581769826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581772011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581773012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T18:03:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:03:24.058Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:03:24.066Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T18:03:24.066Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T18:03:24.067Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T18:03:24.070Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:03:24.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T18:03:24.080Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f2a71f6-a45e-49e3-b34b-2ffd8a8ca46f], X-ECOMP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], X-TransactionId=[], X-ONAP-RequestID=[10300c5e-2681-427b-b37d-dd3064d54de5], Content-Type=[application/merge-patch+json]}
2023-04-15T18:03:24.087Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:03:24.242Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?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/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:03:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[213224], x-aai-txid=[1-aai-resources-230415-18:03:23:041-48340], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:03:24.242Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:03:24.243Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T18:03:24.244Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:03:24.244Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:03:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:03:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:03:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:03:24.256Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:24.256Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:24.256Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581804255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:03:25.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:03:25.283Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:03:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:25.284Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:26.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:26.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:26.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:26.285Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:27.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:27.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:27.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:27.286Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:28.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:28.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:28.287Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:28.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:29.288Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:29.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:29.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:29.289Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:30.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:30.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:30.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:30.290Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:31.291Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:31.292Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:31.292Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:31.292Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:32.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:03:32.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:32.294Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:32.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:33.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:03:33.296Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:03:33.296Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T18:03:33.296Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:03:33.297Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T18:03:33.341Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:03:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:03:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:03:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:03:33.342Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:33.626Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:03:33.628Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T18:03:33.628Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:03:33.628Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:33.629Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:03:33.629Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:33.629Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:33.629Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581813628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:34.630Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:03:34.630Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:03:34.630Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:34.631Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:34.631Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:34.631Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:34.713Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14510152329879076313/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T18:03:35.265Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:03:35.266Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:03:35.267Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:35.309Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581815309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:36.310Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:03:36.310Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T18:03:36.310Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:03:36.310Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:03:36.310Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:03:36.310Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581816310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:03:37.311Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:03:37.340Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:03:37.345Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:03:37.360Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:04:07.361Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:04:07.368Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T18:04:07.369Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T18:04:07.369Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T18:04:07.376Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:04:07.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:04:07.389Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T18:04:07.397Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:04:07.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T18:04:07.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:04:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[254200], x-aai-txid=[2-aai-resources-230415-18:04:06:350-75441], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:04:07.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:04:07.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:04:07.557Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:04:07.564Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:04:07.564Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:04:07.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:04:07.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:07.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:07.565Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581847564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:04:08.591Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:04:08.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:04:08.592Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:08.593Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:08.593Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:08.593Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:09.594Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:09.595Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:09.595Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:09.596Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581804255,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581813628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581815309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581816310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581847564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:04:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:04:10.597Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:10.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:10.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:10.599Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:11.599Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:11.600Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:11.600Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:11.600Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:12.601Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:12.601Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:12.601Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:12.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:13.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:13.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:13.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:13.602Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:14.603Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:14.603Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:14.603Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:14.604Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:15.605Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:15.606Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:15.606Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:15.607Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:16.607Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:04:16.607Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:04:16.607Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T18:04:16.608Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:04:16.608Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T18:04:16.643Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:04:16.643Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:04:16.643Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:04:16.643Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:16.643Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:04:16.644Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:16.941Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:04:16.943Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T18:04:16.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:04:16.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:16.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:04:16.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:16.944Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:16.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581856944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:17.945Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:04:17.946Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:04:17.946Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:17.946Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:17.947Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:17.947Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.042Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7688142667468823696/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T18:04:18.668Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:04:18.669Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:04:18.669Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.669Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:04:18.669Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:04:18.670Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:04:18.671Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.671Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.671Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T18:04:18.671Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:04:18.671Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:04:18.672Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.672Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.672Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T18:04:18.672Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:04:18.673Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:04:18.673Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.673Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.673Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.674Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.674Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.674Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.674Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.674Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.675Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:04:18.675Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:04:18.675Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T18:04:18.722Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T18:04:18.723Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:04:18.723Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T18:04:18.723Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:04:18.724Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:18.724Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:18.724Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581858723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:19.725Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:04:19.726Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T18:04:19.726Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:04:19.726Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:19.726Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:19.727Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581859725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:20.728Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:04:20.755Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:04:20.760Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:04:20.761Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:04:20.773Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:04:50.774Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:04:50.786Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T18:04:50.786Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T18:04:50.787Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T18:04:50.794Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:04:50.809Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:04:50.810Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T18:04:50.817Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:04:50.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T18:04:50.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:04:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[204800], x-aai-txid=[2-aai-resources-230415-18:04:49:773-42098], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:04:50.972Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:04:50.973Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:04:50.973Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:04:50.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:04:50.985Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:04:50.985Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:04:50.985Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:50.985Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:50.985Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581890985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:04:52.017Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:04:52.018Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:04:52.018Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:52.018Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:52.018Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:52.018Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:53.020Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:53.020Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:53.020Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:53.020Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:54.021Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:54.022Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:54.022Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:54.022Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:55.024Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:55.024Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:55.025Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:55.025Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:56.026Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:56.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:56.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:56.027Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:57.028Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:57.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:57.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:57.029Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:58.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:58.030Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:58.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:58.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:04:59.032Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:04:59.032Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:04:59.033Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:04:59.033Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:00.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:00.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:00.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:00.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:01.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:01.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:01.035Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:01.036Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:02.037Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:05:02.037Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:05:02.037Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T18:05:02.038Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:05:02.038Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T18:05:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:05:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:05:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:05:02.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:02.087Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:05:02.087Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:02.408Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:05:02.412Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T18:05:02.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:05:02.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:02.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:05:02.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:02.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:02.413Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581902413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:03.414Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:05:03.414Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:05:03.415Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:03.415Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T18:05:03.416Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:03.416Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:03.496Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12826859045832798661/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T18:05:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:05:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:05:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T18:05:04.428Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.429Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.430Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:04.431Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T18:05:04.473Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T18:05:04.473Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:05:04.473Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T18:05:04.473Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:05:04.473Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:04.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:04.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581904473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:05.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:05:05.474Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T18:05:05.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:05:05.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:05.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:05.475Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581905474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:06.476Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:05:06.500Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:05:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:05:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:05:06.506Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:05:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:05:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:06.507Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:05:06.523Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:05:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:05:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:05:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:05:36.524Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:05:36.536Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T18:05:36.536Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T18:05:36.537Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T18:05:36.542Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:05:36.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:05:36.559Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T18:05:36.565Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:05:36.703Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T18:05:36.703Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:05:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[221384], x-aai-txid=[0-aai-resources-230415-18:05:35:518-40204], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:05:36.703Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:05:36.703Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:05:36.704Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:05:36.715Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:05:36.715Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:05:36.716Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:05:36.716Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:36.716Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:36.716Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581936716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:05:37.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-15T18:05:37.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:05:37.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:37.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:37.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:37.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:38.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:38.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:38.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:38.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:39.747Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:39.748Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:39.748Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:39.748Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:40.749Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:40.750Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:40.750Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:40.750Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:41.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:41.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:41.751Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:41.752Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:42.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:42.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:42.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:42.753Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:43.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:43.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:43.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:43.755Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:44.756Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:05:44.757Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:44.757Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:44.757Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:45.758Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:05:45.761Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:05:45.761Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T18:05:45.761Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:05:45.761Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T18:05:45.811Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:05:45.812Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:05:45.812Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:05:45.812Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:05:45.812Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-15T18:05:45.812Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:05:46.112Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-15T18:05:46.115Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T18:05:46.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:05:46.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:05:46.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:05:46.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:46.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:46.116Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581946116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:47.117Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:05:47.117Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-15T18:05:47.118Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:47.118Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T18:05:47.119Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:47.119Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:47.211Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6011829459157619801/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.083Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:05:48.084Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:05:48.085Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.086Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:05:48.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:05:48.087Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T18:05:48.131Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T18:05:48.131Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:05:48.132Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T18:05:48.132Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:05:48.133Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:48.133Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:48.133Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581948131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:49.134Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:05:49.134Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T18:05:49.135Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:05:49.135Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:05:49.135Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:05:49.135Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581949134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:05:50.136Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:05:50.158Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:05:50.163Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:05:50.163Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:05:50.163Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:05:50.163Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:05:50.163Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:50.164Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:50.164Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:50.164Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:05:50.164Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:05:50.177Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:06:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:06:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581856944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581858723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581859725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581890985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581902413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581904473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581905474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T18:06:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:06:20.177Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:06:20.188Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T18:06:20.188Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T18:06:20.189Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T18:06:20.195Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:06:20.211Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T18:06:20.211Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2abde40d-8753-4492-8fd5-0461fae8138e], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T18:06:20.218Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:06:20.414Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:06:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[194], vertex-id=[229576], x-aai-txid=[1-aai-resources-230415-18:06:19:172-45220], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:06:20.414Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:06:20.415Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T18:06:20.416Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:06:20.416Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:06:20.426Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:06:20.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:06:20.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:06:20.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:06:20.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:06:20.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581980427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:06:21.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:06:21.457Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T18:06:21.458Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T18:06:21.458Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 252918 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-15T18:06:21.458Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 2 disconnected.
2023-04-15T18:06:21.459Z||pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:06:21.459Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:06:21.459Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:06:21.459Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T18:06:21.466Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1fa67e3c-a59c-48ad-b8ed-baa1dffc9f9a
2023-04-15T18:06:21.467Z||pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T18:06:21.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T18:06:21.467Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T18:06:24.236Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:27.251Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:30.261Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:33.271Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:36.280Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:39.290Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:42.302Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:45.311Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:48.320Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:51.330Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:54.340Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:06:57.350Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:07:00.362Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:07:03.371Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:07:06.380Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:07:09.389Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:07:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:10.442Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:07:10.442Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T18:07:10.449Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1fa67e3c-a59c-48ad-b8ed-baa1dffc9f9a', protocol='range'}
2023-04-15T18:07:10.449Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:07:10.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:07:10.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:07:10.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:07:10.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:07:10.453Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:07:10.454Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:07:10.454Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-1fa67e3c-a59c-48ad-b8ed-baa1dffc9f9a=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T18:07:10.465Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:07:10.465Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1fa67e3c-a59c-48ad-b8ed-baa1dffc9f9a', protocol='range'}
2023-04-15T18:07:10.465Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T18:07:10.465Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T18:07:10.465Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T18:07:10.466Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T18:07:10.470Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T18:07:10.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:07:10.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:07:10.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:07:10.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2116, 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-04-15T18:07:10.470Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:07:10.470Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T18:07:10.471Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:07:10.471Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T18:07:10.471Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T18:07:10.471Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T18:07:10.471Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T18:07:11.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.489Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581936716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:07:11.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:07:11.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581321418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581946116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581948131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T18:07:11.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581949134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T18:07:11.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581980427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:07:11.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:07:11.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:07:11.592Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:07:11.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:11.593Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:11.593Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:11.593Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:12.593Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:12.594Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:12.594Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:12.594Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:13.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:13.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:13.596Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:13.596Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:14.597Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:14.597Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:14.597Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:14.598Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:15.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:15.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:15.600Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:15.600Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:16.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:16.600Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:16.600Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:16.600Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:17.601Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:07:17.601Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:17.601Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:17.601Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:18.602Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:07:18.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:07:18.603Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T18:07:18.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:07:18.603Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T18:07:18.653Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:07:18.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:07:18.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:07:18.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T18:07:18.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:07:18.654Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T18:07:18.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-15T18:07:18.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4ec57059
2023-04-15T18:07:18.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T18:07:18.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T18:07:18.679Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T18:07:18.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T18:07:18.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T18:07:18.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T18:07:18.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:18.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:18.680Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582038680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:19.681Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T18:07:19.703Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:07:19.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:07:19.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T18:07:19.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T18:07:19.708Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T18:07:19.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:07:19.709Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@362ebbb7
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T18:07:19.727Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T18:07:19.728Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T18:07:19.728Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:07:19.728Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:07:19.728Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582039727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:07:20.729Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:07:20.729Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:07:20.753Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:07:20.757Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:07:20.757Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:07:50.758Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:07:50.786Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:07:50.790Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:07:50.790Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:08:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:08:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:08:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:08:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:08:20.790Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:08:20.814Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:08:20.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:08:20.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:08:50.819Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:08:50.845Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:08:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:08:50.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:09:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:09:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:09:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:09:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582038680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582039727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T18:09:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:09:20.849Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:09:20.879Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:09:20.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:09:20.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:09:50.884Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:09:50.913Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:09:50.917Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:09:50.917Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:10:10.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:10:20.918Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:10:20.944Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:10:20.948Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:10:20.948Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:10:50.948Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:10:50.974Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:10:50.978Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:10:50.979Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:11:10.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:11:20.979Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:11:21.006Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:11:21.012Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:11:21.012Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:11:51.013Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:11:51.040Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:11:51.046Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:11:51.046Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:12:10.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:11.618Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:12:11.618Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1fa67e3c-a59c-48ad-b8ed-baa1dffc9f9a sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T18:12:11.619Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T18:12:11.619Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T18:12:14.062Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:12:14.075Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:12:14.075Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T18:12:14.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:12:14.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T18:12:14.097Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:12:14.098Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T18:12:14.098Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T18:12:14.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:12:14.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:12:14.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:12:14.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2138, 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-04-15T18:12:14.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:12:14.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:12:21.046Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T18:12:21.047Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:12:21.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T18:12:21.058Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T18:12:21.060Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T18:12:21.083Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:12:21.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:12:21.111Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T18:12:21.118Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T18:12:21.283Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T18:12:21.284Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:12:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-18:12:20:072-55142], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:12:21.284Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:12:21.285Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:12:21.285Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:12:21.295Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:12:21.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T18:12:21.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T18:12:21.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:21.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:21.296Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582341296,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:21.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:12:21.312Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582341296,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T18:12:21.312Z||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-04-15T18:12:22.316Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:12:22.316Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:12:22.316Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:12:22.316Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:22.316Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:22.316Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:23.317Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:12:23.317Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:23.317Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:23.317Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:24.318Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:12:24.318Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:12:24.319Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T18:12:24.319Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T18:12:24.320Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T18:12:24.363Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:12:24.363Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:12:24.364Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:12:24.364Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:12:24.364Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:12:24.364Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:12:24.667Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:12:24.669Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T18:12:24.669Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:12:24.669Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:12:24.670Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:12:24.670Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:24.670Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:24.671Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582344669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:25.672Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:12:25.672Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:12:25.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:25.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T18:12:25.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:25.673Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:25.757Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10427092633343852701/Definitions/service-BasicNetwork-template.yml
2023-04-15T18:12:26.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:12:26.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:12:26.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.106Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:12:26.107Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:12:26.108Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T18:12:26.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T18:12:26.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:12:26.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T18:12:26.151Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:12:26.152Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:26.152Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:26.152Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582346151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:27.153Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:12:27.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T18:12:27.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:12:27.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:27.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:27.154Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582347153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:12:28.155Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:12:28.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:12:28.186Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:12:28.187Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:12:28.199Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:12:58.199Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:12:58.212Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T18:12:58.212Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T18:12:58.212Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T18:12:58.219Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:12:58.241Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:12:58.244Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T18:12:58.252Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:12:58.410Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T18:12:58.411Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:12:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-18:12:57:205-87174], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:12:58.411Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:12:58.411Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:12:58.411Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:12:58.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:12:58.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:12:58.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:12:58.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:58.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:58.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582378422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:12:59.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:12:59.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:12:59.452Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:12:59.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:12:59.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:12:59.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:00.453Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:00.454Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:00.454Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:00.454Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:01.454Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:01.455Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:01.455Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:01.455Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:02.456Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:02.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:02.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:02.457Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:03.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:03.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:03.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:03.458Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:04.459Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:04.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:04.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:04.460Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:05.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:05.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:05.461Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:05.462Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:06.463Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:06.463Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:06.463Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:06.463Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:07.464Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:13:07.464Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:13:07.465Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T18:13:07.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:13:07.465Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T18:13:07.524Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:13:07.526Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:13:07.526Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:13:07.526Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:07.526Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:13:07.527Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:07.849Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:13:07.858Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T18:13:07.858Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:13:07.858Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:07.859Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:13:07.859Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:07.859Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:07.859Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582387858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:08.860Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:13:08.860Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:13:08.860Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:08.861Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:08.861Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:08.861Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:08.948Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12815761545800060511/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T18:13:09.502Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.503Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:09.504Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:09.505Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T18:13:09.549Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T18:13:09.549Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:13:09.549Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T18:13:09.549Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:13:09.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:09.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:09.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582389549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:13:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582344669,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582346151,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582347153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582378422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:13:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582387858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:13:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:13:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582389549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T18:13:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:13:10.550Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:13:10.551Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T18:13:10.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:13:10.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:10.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:10.552Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582390550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:11.553Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:13:11.579Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:11.583Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:13:11.598Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:13:41.599Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:13:41.610Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T18:13:41.610Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T18:13:41.611Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T18:13:41.614Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:13:41.624Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:13:41.625Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T18:13:41.632Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:13:41.755Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T18:13:41.755Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:13:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[241680], x-aai-txid=[1-aai-resources-230415-18:13:40:583-73346], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:13:41.755Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:13:41.756Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:13:41.757Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:13:41.764Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:13:41.765Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:13:41.765Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:13:41.765Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:41.765Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:41.765Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582421765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:13:42.795Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:13:42.795Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:13:42.795Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:42.795Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:42.795Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:42.795Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:43.796Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:43.796Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:43.797Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:43.797Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:44.797Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:44.798Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:44.798Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:44.798Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:45.799Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:45.799Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:45.799Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:45.799Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:46.801Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:46.801Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:46.802Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:46.802Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:47.804Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:47.804Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:47.804Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:47.804Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:48.805Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:13:48.805Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:48.805Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:48.805Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:49.807Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:13:49.807Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:13:49.807Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T18:13:49.807Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:13:49.807Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T18:13:49.858Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:13:49.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:13:49.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:13:49.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:13:49.859Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:13:49.860Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:13:50.146Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:13:50.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T18:13:50.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:13:50.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:13:50.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:13:50.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:50.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:50.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582430150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:51.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:13:51.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:13:51.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:51.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T18:13:51.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:51.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:51.249Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13337274333069929016/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T18:13:52.183Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:13:52.183Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:13:52.183Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.184Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.185Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:13:52.186Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T18:13:52.235Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T18:13:52.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:13:52.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T18:13:52.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:13:52.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:52.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:52.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582432236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:53.237Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:13:53.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T18:13:53.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:13:53.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:13:53.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:13:53.238Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582433237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:13:54.239Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:13:54.270Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:13:54.275Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:13:54.275Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:13:54.275Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:13:54.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:13:54.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:54.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:54.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:54.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:13:54.276Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:13:54.292Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:14:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:14:10.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582390550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T18:14:10.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:14:24.292Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:14:24.309Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T18:14:24.309Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T18:14:24.309Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T18:14:24.316Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:14:24.330Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:14:24.331Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T18:14:24.336Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:14:24.486Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T18:14:24.487Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:14:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[213224], x-aai-txid=[0-aai-resources-230415-18:14:23:290-7005], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:14:24.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:14:24.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:14:24.488Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:14:24.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:14:24.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:14:24.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:14:24.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:24.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:24.500Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582464500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:14:25.535Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:14:25.535Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:14:25.536Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:25.536Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:25.536Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:25.536Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:26.540Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:26.541Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:26.541Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:26.541Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:27.542Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:27.542Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:27.542Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:27.542Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:28.542Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:28.543Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:28.543Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:28.543Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:29.544Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:29.544Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:29.545Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:29.545Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:30.545Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:30.546Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:30.546Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:30.546Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:31.547Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:31.547Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:31.547Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:31.547Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:32.548Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:14:32.549Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:32.549Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:32.549Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:33.550Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:14:33.550Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:14:33.550Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T18:14:33.551Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:14:33.553Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T18:14:33.597Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:14:33.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:14:33.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:14:33.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:33.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:14:33.598Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:33.917Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:33.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582473919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:34.920Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:14:34.921Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:14:34.921Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:34.922Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:34.923Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:34.923Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.027Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP595803646248445073/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.571Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.572Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.573Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.573Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.573Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:14:35.574Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:14:35.574Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T18:14:35.619Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T18:14:35.619Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:14:35.620Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T18:14:35.620Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:14:35.620Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:35.620Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:35.620Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582475619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:36.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:14:36.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T18:14:36.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:14:36.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:14:36.621Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:14:36.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582476621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:14:37.622Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:14:37.651Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:14:37.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:14:37.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:14:37.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:14:37.656Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:14:37.657Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:14:37.657Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:14:37.657Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:14:37.657Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:14:37.657Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:14:37.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:15:07.670Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:15:07.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T18:15:07.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T18:15:07.685Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T18:15:07.691Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:15:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T18:15:07.707Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85d1eb74-3dfa-42d9-a729-533c37d10157], X-ECOMP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], X-TransactionId=[], X-ONAP-RequestID=[a911bfd1-e0c6-4bbf-9eaa-1838d185441c], Content-Type=[application/merge-patch+json]}
2023-04-15T18:15:07.716Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:15:07.874Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?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/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:15:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[254200], x-aai-txid=[1-aai-resources-230415-18:15:06:667-45079], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:15:07.875Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:15:07.875Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T18:15:07.875Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:15:07.876Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:15:07.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:15:07.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:15:07.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:15:07.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:07.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:07.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582507883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:15:08.914Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:15:08.915Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:15:08.915Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:08.915Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:08.915Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:08.915Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:09.915Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:09.916Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:09.916Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:09.916Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582421765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:15:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:15:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:15:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:15:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:15:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582430150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582432236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T18:15:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:15:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582433237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T18:15:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:15:10.917Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:10.917Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:10.917Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:10.917Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:11.918Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:11.918Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:11.918Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:11.918Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:12.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:12.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:12.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:12.919Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:13.928Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:13.928Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:13.928Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:13.928Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:14.929Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:14.929Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:14.929Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:14.930Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:15.930Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:15.931Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:15.931Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:15.931Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:16.931Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:15:16.932Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:15:16.932Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T18:15:16.933Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:15:16.933Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T18:15:16.977Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:15:16.977Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:15:16.977Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:15:16.977Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:16.978Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:15:16.978Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:17.263Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:17.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582517266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:18.267Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:15:18.268Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:15:18.268Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.268Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.269Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.269Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.355Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17496073703345178726/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T18:15:18.883Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:15:18.884Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:15:18.884Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:15:18.885Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.886Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T18:15:18.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:15:18.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:15:18.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.887Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:15:18.888Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:18.937Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582518937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:19.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:15:19.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T18:15:19.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:15:19.938Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:19.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:19.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582519938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:20.939Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:15:20.965Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:15:20.969Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:15:20.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:15:20.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:15:20.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:15:20.970Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:15:20.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:15:20.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:15:20.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:15:20.971Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:15:20.986Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:15:50.987Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:15:50.999Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T18:15:50.999Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T18:15:51.000Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T18:15:51.007Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:15:51.031Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:15:51.034Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T18:15:51.041Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:15:51.230Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T18:15:51.231Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:15:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[185], vertex-id=[204800], x-aai-txid=[0-aai-resources-230415-18:15:49:993-59582], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:15:51.231Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:15:51.232Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:15:51.232Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:15:51.243Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:15:51.243Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:15:51.243Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:15:51.243Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:51.243Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:51.243Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582551243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:15:52.273Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:15:52.273Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:15:52.274Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:52.274Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:52.274Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:52.274Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:53.275Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:53.276Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:53.276Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:53.276Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:54.277Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:54.278Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:54.278Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:54.278Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:55.279Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:55.280Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:55.280Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:55.280Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:56.281Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:56.282Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:56.282Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:56.282Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:57.283Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:57.283Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:57.283Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:57.283Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:58.285Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:58.286Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:58.286Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:58.286Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:15:59.286Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:15:59.287Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:15:59.287Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:15:59.287Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:00.288Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:00.289Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:00.289Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:00.289Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:01.290Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:01.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:01.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:01.291Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:02.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:16:02.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:16:02.292Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T18:16:02.293Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:16:02.293Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T18:16:02.339Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:16:02.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:16:02.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:16:02.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:02.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:16:02.340Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:02.700Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:02.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582562705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:03.706Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:16:03.706Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:16:03.706Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:03.707Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T18:16:03.707Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:03.708Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:03.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15065944221010520570/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T18:16:04.743Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:16:04.743Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.744Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:04.745Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:04.746Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T18:16:04.787Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T18:16:04.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:16:04.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T18:16:04.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:16:04.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:04.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:04.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582564787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:05.788Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:16:05.789Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T18:16:05.789Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:16:05.789Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:05.789Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:05.789Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582565788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:06.789Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:16:06.815Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:06.819Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:16:06.832Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:16:10.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582464500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:16:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582473919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:16:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582475619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T18:16:10.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.428Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582476621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582507883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:16:10.429Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:16:10.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:16:36.833Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:16:36.848Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T18:16:36.848Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T18:16:36.849Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T18:16:36.855Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:16:36.877Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:16:36.880Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T18:16:36.889Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:16:37.038Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T18:16:37.039Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:16:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[221384], x-aai-txid=[2-aai-resources-230415-18:16:35:844-71484], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:16:37.039Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:16:37.039Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:16:37.039Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:16:37.052Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:16:37.052Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:16:37.052Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:16:37.052Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:37.052Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:37.052Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582597052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:16:38.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:16:38.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:16:38.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:38.083Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:38.084Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:38.084Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:39.084Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:39.084Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:39.084Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:39.084Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:40.085Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:40.085Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:40.085Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:40.085Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:41.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:41.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:41.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:41.086Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:42.087Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:42.087Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:42.087Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:42.088Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:43.088Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:43.089Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:43.089Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:43.089Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:44.089Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:44.090Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:44.090Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:44.090Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:45.090Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:16:45.091Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:45.091Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:45.091Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:46.091Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:16:46.092Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:16:46.092Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T18:16:46.092Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:16:46.092Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T18:16:46.135Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:16:46.136Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:16:46.136Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:16:46.136Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:16:46.137Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:16:46.137Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:16:46.430Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:16:46.432Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T18:16:46.433Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:16:46.433Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:16:46.433Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:16:46.433Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:46.433Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:46.434Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582606433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:47.434Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:16:47.435Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:16:47.435Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:47.435Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T18:16:47.436Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:47.436Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:47.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12140617610131758891/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T18:16:48.358Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.359Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T18:16:48.360Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:48.361Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.362Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:16:48.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:16:48.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T18:16:48.414Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T18:16:48.415Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:16:48.415Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T18:16:48.415Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:16:48.417Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:48.417Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:48.417Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582608415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:49.418Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:16:49.418Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T18:16:49.418Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:16:49.419Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:16:49.419Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:16:49.419Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582609418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:16:50.420Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:16:50.446Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:16:50.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:16:50.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:16:50.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:16:50.451Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:16:50.452Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:50.452Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:50.452Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:50.452Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:16:50.452Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:16:50.465Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:17:10.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:17:10.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582517266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582518937,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582519938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582551243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.424Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582562705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582564787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582565788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T18:17:10.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:17:20.465Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:17:20.478Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T18:17:20.478Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T18:17:20.479Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T18:17:20.486Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:17:20.504Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:17:20.505Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T18:17:20.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:17:20.662Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T18:17:20.663Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:17:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[229576], x-aai-txid=[0-aai-resources-230415-18:17:19:462-28328], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:17:20.665Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:17:20.665Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:17:20.665Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:17:20.677Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:17:20.677Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:17:20.677Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:17:20.678Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:17:20.678Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:17:20.678Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582640677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:17:21.708Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:17:21.709Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T18:17:21.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 0 disconnected.
2023-04-15T18:17:21.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Cancelled in-flight METADATA request with correlation id 253039 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-15T18:17:21.710Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T18:17:21.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:17:21.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:17:21.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:17:21.711Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T18:17:21.724Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-f0071240-f6ab-43d2-ae86-23d4b6a4e276
2023-04-15T18:17:21.725Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T18:17:21.725Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T18:17:21.725Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T18:17:24.225Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:27.235Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:30.247Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:33.257Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:36.267Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:39.277Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:42.287Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:45.296Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:48.306Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:51.315Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:54.325Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:17:57.333Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:18:00.342Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:18:03.351Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:18:06.360Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:18:09.372Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:18:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:10.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:18:10.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T18:18:10.443Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:18:10.443Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-f0071240-f6ab-43d2-ae86-23d4b6a4e276', protocol='range'}
2023-04-15T18:18:10.449Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:18:10.449Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:18:10.449Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:18:10.450Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:18:10.450Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:18:10.450Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:18:10.451Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-f0071240-f6ab-43d2-ae86-23d4b6a4e276=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-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T18:18:10.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:18:10.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-f0071240-f6ab-43d2-ae86-23d4b6a4e276', protocol='range'}
2023-04-15T18:18:10.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T18:18:10.464Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T18:18:10.464Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T18:18:10.465Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T18:18:10.469Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:18:10.469Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T18:18:10.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:18:10.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:18:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T18:18:10.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2205, 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-04-15T18:18:10.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:18:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T18:18:10.470Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:18:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T18:18:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T18:18:10.470Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T18:18:11.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.487Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582597052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.488Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681581981456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582606433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:18:11.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582608415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582609418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582640677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:18:11.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:18:11.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:18:11.506Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"ba4fb1b9-96f0-4399-9750-4c93c9731d69","serviceName":"basic_onboard_vqjYXD","serviceVersion":"1.0","serviceUUID":"eedbc377-43f1-4f44-a054-2ee911823625","serviceDescription":"service","serviceInvariantUUID":"5785a443-0819-441d-9d14-f62d8d304541","resources":[{"resourceInstanceName":"basic_onboard_vqjYXD 0","resourceName":"basic_onboard_vqjYXD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e","resourceInvariantUUID":"f1dbe1e8-32cc-476d-b9f3-0497feb063e7","resourceCustomizationUUID":"3e569be0-95d8-4f00-8efd-d0091f95531a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5ZTVhOTViMjllMjcwYzFmNzY4NmZkNDEzYjE4NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ea62a92-5d03-4a4b-9ff9-68374959cccf","artifactVersion":"1"},{"artifactName":"basic_onboard_vqjyxd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json","artifactChecksum":"YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c989427c-7c84-43bf-9591-d0751bb38695","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"216d7084-dd24-4ffd-86df-e7f60a5c6dd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b13738fa-da2d-4cd3-82ae-a7003c56e2c8","artifactVersion":"2","generatedFromUUID":"58355646-f646-42b4-9cf8-2ec5d2975c1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVqjyxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml","artifactChecksum":"YjYwMmMzYjZlNjFmMjliMWY0MTA4NGFiZGJjMmU0OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80a80054-0ed3-40ff-bce5-eec4d8bbc30d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVqjyxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar","artifactChecksum":"MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fba7d837-178b-4faf-a908-492977ebc8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:18:11.507Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:11.507Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:11.507Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:11.507Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:12.508Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:13.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:13.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:13.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:13.510Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:14.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:14.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:14.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:14.512Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:15.513Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:15.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:15.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:15.514Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:16.515Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:16.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:16.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:16.516Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:17.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:18:17.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:17.517Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:17.518Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:18.519Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "serviceName": "basic_onboard_vqjYXD",
  "serviceVersion": "1.0",
  "serviceUUID": "eedbc377-43f1-4f44-a054-2ee911823625",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5785a443-0819-441d-9d14-f62d8d304541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_vqjYXD 0",
      "resourceCustomizationUUID": "3e569be0-95d8-4f00-8efd-d0091f95531a",
      "resourceName": "basic_onboard_vqjYXD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e",
      "resourceInvariantUUID": "f1dbe1e8-32cc-476d-b9f3-0497feb063e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vqjyxd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
          "artifactChecksum": "YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c989427c-7c84-43bf-9591-d0751bb38695",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
            "generatedFromUUID": "58355646-f646-42b4-9cf8-2ec5d2975c1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b13738fa-da2d-4cd3-82ae-a7003c56e2c8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVqjyxd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
      "artifactChecksum": "MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fba7d837-178b-4faf-a908-492977ebc8aa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:18:18.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:18:18.520Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eedbc377-43f1-4f44-a054-2ee911823625 ASDC
2023-04-15T18:18:18.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ba4fb1b9-96f0-4399-9750-4c93c9731d69
ServiceName:basic_onboard_vqjYXD
ServiceVersion:1.0
ServiceUUID:eedbc377-43f1-4f44-a054-2ee911823625
ServiceInvariantUUID:5785a443-0819-441d-9d14-f62d8d304541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVqjyxd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
ArtifactUUID:fba7d837-178b-4faf-a908-492977ebc8aa
ArtifactChecksum:MjkwMDFlYzQ0MDcxOTE5MTA3MDgxZWRmYjYyNjdiYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vqjYXD 0
ResourceCustomizationUUID:3e569be0-95d8-4f00-8efd-d0091f95531a
ResourceInvariantUUID:f1dbe1e8-32cc-476d-b9f3-0497feb063e7
ResourceName:basic_onboard_vqjYXD
ResourceType:VF
ResourceUUID:71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vqjyxd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
ArtifactUUID:c989427c-7c84-43bf-9591-d0751bb38695
ArtifactChecksum:YzJmODg0MWM4MDU0N2FlMTMwYzc5NjgyMGQxNmY1MDg=
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58355646-f646-42b4-9cf8-2ec5d2975c1c
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
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/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env
ArtifactUUID:b13738fa-da2d-4cd3-82ae-a7003c56e2c8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:18:18.521Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eedbc377-43f1-4f44-a054-2ee911823625 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-04-15T18:18:18.561Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:18:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:18:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:18:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fba7d837-178b-4faf-a908-492977ebc8aa from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T18:18:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:18:18.562Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar
2023-04-15T18:18:18.582Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-15T18:18:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@608e92cf
2023-04-15T18:18:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T18:18:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T18:18:18.583Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardVqjyxd-csar.csar /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar fba7d837-178b-4faf-a908-492977ebc8aa Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T18:18:18.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar ASDC sendASDCNotification
2023-04-15T18:18:18.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(Specified artifact is  not found)
2023-04-15T18:18:18.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T18:18:18.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:18.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:18.584Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582698584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:19.586Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardVqjyxd-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar(UUID:fba7d837-178b-4faf-a908-492977ebc8aa)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-04-15T18:18:19.610Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:18:19.611Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:18:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||basic_onboard_vqjYXD 0
2023-04-15T18:18:19.621Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71a5ad48-7f4c-426e-be6b-fb1d5e0ab83e
2023-04-15T18:18:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c989427c-7c84-43bf-9591-d0751bb38695 from URL: /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T18:18:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:18:19.622Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json
2023-04-15T18:18:19.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-15T18:18:19.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4067e765
2023-04-15T18:18:19.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-15T18:18:19.640Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardVqjyxd"
      ]
    }
  }
}
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_vqjyxd0_modules.json /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json c989427c-7c84-43bf-9591-d0751bb38695 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json ASDC sendASDCNotification
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(Specified artifact is  not found)
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:18:19.641Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582699641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:18:20.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_vqjyxd0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json(UUID:c989427c-7c84-43bf-9591-d0751bb38695)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:787)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:18:20.643Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:18:20.670Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:18:20.674Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:18:20.674Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:18:50.675Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:18:50.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:18:50.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:18:50.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:19:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:19:10.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:19:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:19:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:19:20.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:19:20.733Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:19:20.736Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:19:20.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:19:50.737Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:19:50.761Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:19:50.764Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:19:50.765Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:20:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:20:10.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.420Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582698584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/artifacts/service-BasicOnboardVqjyxd-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582699641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVqjyxd/1.0/resourceInstances/basic_onboard_vqjyxd0/artifacts/basic_onboard_vqjyxd0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-15T18:20:10.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:20:20.765Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:20:20.793Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:20:20.798Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:20:20.798Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:20:50.799Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:20:50.826Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:20:50.830Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:20:50.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:21:10.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:21:20.831Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:21:20.858Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:21:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:21:20.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:21:50.864Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:21:50.891Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:21:50.895Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:21:50.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:22:10.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:22:20.896Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:22:20.926Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:22:20.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:22:20.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:22:50.930Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:22:50.960Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:22:50.965Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-15T18:22:50.965Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-15T18:23:10.420Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:11.594Z||kafka-coordinator-heartbeat-thread | SO|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:23:11.595Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Member SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-f0071240-f6ab-43d2-ae86-23d4b6a4e276 sending LeaveGroup request to coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) due to consumer poll timeout has expired.
2023-04-15T18:23:11.595Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-15T18:23:11.595Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: consumer pro-actively leaving the group
2023-04-15T18:23:14.056Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:23:14.074Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:23:14.075Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T18:23:14.081Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:23:14.081Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-15T18:23:14.096Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:23:14.097Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T18:23:14.097Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T18:23:14.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:23:14.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:23:14.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:23:14.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2227, 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-04-15T18:23:14.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:23:14.101Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:23:20.965Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-15T18:23:20.968Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:23:20.978Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba4fb1b9-96f0-4399-9750-4c93c9731d69 and serviceModelVersionId: eedbc377-43f1-4f44-a054-2ee911823625
2023-04-15T18:23:20.978Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5785a443-0819-441d-9d14-f62d8d304541
2023-04-15T18:23:20.980Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0
2023-04-15T18:23:20.987Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:23:21.005Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||Invoke
2023-04-15T18:23:21.005Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd0a43d1-0a27-4092-9233-3b7e332a83ce], X-ECOMP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], X-TransactionId=[], X-ONAP-RequestID=[ba4fb1b9-96f0-4399-9750-4c93c9731d69], Content-Type=[application/merge-patch+json]}
2023-04-15T18:23:21.013Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-15T18:23:21.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?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/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:23:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[172232], x-aai-txid=[1-aai-resources-230415-18:23:19:963-42284], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:23:21.171Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:23:21.172Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5785a443-0819-441d-9d14-f62d8d304541/model-vers/model-ver/eedbc377-43f1-4f44-a054-2ee911823625?depth=0|INFO|500||InvokeReturn
2023-04-15T18:23:21.173Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:23:21.173Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:23:21.184Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:23:21.184Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba4fb1b9-96f0-4399-9750-4c93c9731d69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-15T18:23:21.185Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-15T18:23:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:21.186Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583001185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:21.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:23:21.201Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ba4fb1b9-96f0-4399-9750-4c93c9731d69",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583001185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-15T18:23:21.201Z||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-04-15T18:23:22.217Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:23:22.217Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cd8b7f18-cf0a-43a4-8bbe-476c338a8c13","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"769324ba-8f62-4611-84be-d470f143072f","serviceDescription":"service","serviceInvariantUUID":"b7885c5a-6b62-4e05-9670-3aea8153114f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"657faccc-87ce-4192-aaa7-31a461038634","resourceInvariantUUID":"8df22fa5-5a79-4d19-a920-4c8265d4a402","resourceCustomizationUUID":"e8b8cd61-3ffe-4f2e-b3e0-a666980983c5","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":"OTRmODMzN2M4ZTFhNWM1OThjOGYxNjc1MjgyYzhjNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8af97d8-9378-45b9-9972-b0e1ff15cd79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8a613b-d7b9-4317-867d-f9a71517699b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:23:22.217Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:23:22.217Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:22.218Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:22.218Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:23.218Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:23:23.219Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:23.219Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:23.219Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:24.221Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "769324ba-8f62-4611-84be-d470f143072f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7885c5a-6b62-4e05-9670-3aea8153114f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e8b8cd61-3ffe-4f2e-b3e0-a666980983c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "657faccc-87ce-4192-aaa7-31a461038634",
      "resourceInvariantUUID": "8df22fa5-5a79-4d19-a920-4c8265d4a402",
      "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": "YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8a613b-d7b9-4317-867d-f9a71517699b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:23:24.221Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:23:24.221Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 769324ba-8f62-4611-84be-d470f143072f ASDC
2023-04-15T18:23:24.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:769324ba-8f62-4611-84be-d470f143072f
ServiceInvariantUUID:b7885c5a-6b62-4e05-9670-3aea8153114f
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:8a8a613b-d7b9-4317-867d-f9a71517699b
ArtifactChecksum:YmI1NzIwMjM1MTUxZTEzNDJmZTQ2ZjJlODlmMGRlYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
ResourceInvariantUUID:8df22fa5-5a79-4d19-a920-4c8265d4a402
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:657faccc-87ce-4192-aaa7-31a461038634
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-15T18:23:24.222Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 769324ba-8f62-4611-84be-d470f143072f 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-04-15T18:23:24.274Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:23:24.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:23:24.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:23:24.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:23:24.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:23:24.275Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:23:24.599Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a8a613b-d7b9-4317-867d-f9a71517699b 57789
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:24.601Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583004601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:25.602Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:23:25.603Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:23:25.603Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:25.603Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-15T18:23:25.604Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:25.604Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:25.676Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4914816884825020679/Definitions/service-BasicNetwork-template.yml
2023-04-15T18:23:26.062Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.063Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.064Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.065Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:23:26.066Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:769324ba-8f62-4611-84be-d470f143072f
Model Version:NULL
Model InvariantUuid:b7885c5a-6b62-4e05-9670-3aea8153114f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8df22fa5-5a79-4d19-a920-4c8265d4a402
Model UUID:47df36ea-a497-483a-913b-d98d33655bf5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e8b8cd61-3ffe-4f2e-b3e0-a666980983c5
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-04-15T18:23:26.113Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||ERROR|500||Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists
2023-04-15T18:23:26.113Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:23:26.114Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||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: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists)
2023-04-15T18:23:26.114Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:23:26.114Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:26.114Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:26.114Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583006113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:27.116Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-15T18:23:27.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||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: 657faccc-87ce-4192-aaa7-31a461038634 already exists)
2023-04-15T18:23:27.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:23:27.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:27.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:27.117Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583007116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:23:28.118Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:23:28.143Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:23:28.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:23:28.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:23:28.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:23:28.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:23:28.148Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:23:28.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:23:28.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:23:28.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:23:28.149Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:23:28.164Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:23:58.165Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:23:58.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and serviceModelVersionId: 769324ba-8f62-4611-84be-d470f143072f
2023-04-15T18:23:58.173Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7885c5a-6b62-4e05-9670-3aea8153114f
2023-04-15T18:23:58.174Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0
2023-04-15T18:23:58.182Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:23:58.202Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||Invoke
2023-04-15T18:23:58.203Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c05d2ec9-3821-4d5b-9260-d8c7c763adc8], X-ECOMP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], X-TransactionId=[], X-ONAP-RequestID=[cd8b7f18-cf0a-43a4-8bbe-476c338a8c13], Content-Type=[application/merge-patch+json]}
2023-04-15T18:23:58.214Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:23:58.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?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/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:23:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[188648], x-aai-txid=[1-aai-resources-230415-18:23:57:163-64122], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:23:58.376Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:23:58.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b7885c5a-6b62-4e05-9670-3aea8153114f/model-vers/model-ver/769324ba-8f62-4611-84be-d470f143072f?depth=0|INFO|500||InvokeReturn
2023-04-15T18:23:58.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:23:58.377Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:23:58.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:23:58.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd8b7f18-cf0a-43a4-8bbe-476c338a8c13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:23:58.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:23:58.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:58.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:58.389Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583038389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:23:59.417Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:23:59.417Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"7360659f-ac2f-4593-bd41-4e54140b55ae","serviceName":"Demo_pNF_R95i42U8IrlWiksdAo5C","serviceVersion":"1.0","serviceUUID":"6ca203f7-00da-4569-ac24-2c309a7db180","serviceDescription":"catalog service description","serviceInvariantUUID":"f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c","resources":[{"resourceInstanceName":"pNF 970bc155-1c62 0","resourceName":"pNF 970bc155-1c62","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39dc3673-9c1e-4813-8337-f3305d7f6217","resourceInvariantUUID":"e7e30025-bed5-434e-9a9c-2f05a8d3028e","resourceCustomizationUUID":"495505fa-534b-4b6f-8e15-1578980f7741","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml","artifactChecksum":"MTlmN2YzZTg1ZTZmZDQ1ZDA2MDk3YTRmM2U5MDA4MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d661e4b5-f82b-4e90-88a1-bb7ac97e3ecd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e261f121-529c-4598-9360-2fd40300ea6a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d40bda6-a39a-464b-90bc-3f414b23aab4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml","artifactChecksum":"MzAwMWExOGQ3NDA0NDE5NGJmYTM3NjgyOTY4NTJiNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f091b21-4025-42e2-992e-62321cc28870","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f74e824-b0d4-4d4f-bcfc-78ff580691e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a180df1-fcd9-4f1c-af70-ecd428dd2259","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml","artifactChecksum":"OTJmYTY2NzIxNTEyN2M0NTVjMzNjMmU5MGE1YTNiNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8bf83c7-ea68-46e1-af70-6c7556ae0e52","artifactVersion":"1"},{"artifactName":"service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar","artifactChecksum":"YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e8b943-a152-4f61-8b1c-3b5f31b8480c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:23:59.418Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:23:59.418Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:23:59.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:23:59.419Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:00.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:00.420Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:00.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:00.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:01.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:01.421Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:01.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:01.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:02.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:02.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:02.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:02.422Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:03.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:03.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:03.423Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:03.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:04.424Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:04.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:04.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:04.425Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:05.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:05.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:05.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:05.426Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:06.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:06.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:06.427Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:06.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:07.428Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "serviceName": "Demo_pNF_R95i42U8IrlWiksdAo5C",
  "serviceVersion": "1.0",
  "serviceUUID": "6ca203f7-00da-4569-ac24-2c309a7db180",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c",
  "resources": [
    {
      "resourceInstanceName": "pNF 970bc155-1c62 0",
      "resourceCustomizationUUID": "495505fa-534b-4b6f-8e15-1578980f7741",
      "resourceName": "pNF 970bc155-1c62",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "39dc3673-9c1e-4813-8337-f3305d7f6217",
      "resourceInvariantUUID": "e7e30025-bed5-434e-9a9c-2f05a8d3028e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
      "artifactChecksum": "YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e8b943-a152-4f61-8b1c-3b5f31b8480c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:24:07.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:24:07.429Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ca203f7-00da-4569-ac24-2c309a7db180 ASDC
2023-04-15T18:24:07.429Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7360659f-ac2f-4593-bd41-4e54140b55ae
ServiceName:Demo_pNF_R95i42U8IrlWiksdAo5C
ServiceVersion:1.0
ServiceUUID:6ca203f7-00da-4569-ac24-2c309a7db180
ServiceInvariantUUID:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
ArtifactUUID:11e8b943-a152-4f61-8b1c-3b5f31b8480c
ArtifactChecksum:YzRlNWM1ODY5ZDRmNzg3NDA1MWVkYjQzM2VlZmJhNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 970bc155-1c62 0
ResourceCustomizationUUID:495505fa-534b-4b6f-8e15-1578980f7741
ResourceInvariantUUID:e7e30025-bed5-434e-9a9c-2f05a8d3028e
ResourceName:pNF 970bc155-1c62
ResourceType:PNF
ResourceUUID:39dc3673-9c1e-4813-8337-f3305d7f6217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:24:07.429Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ca203f7-00da-4569-ac24-2c309a7db180 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-04-15T18:24:07.471Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:24:07.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:24:07.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:24:07.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c from URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:07.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:24:07.473Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:07.785Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:24:07.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar 11e8b943-a152-4f61-8b1c-3b5f31b8480c 87985
2023-04-15T18:24:07.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:24:07.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:07.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:24:07.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:07.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:07.789Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583047788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:08.790Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:24:08.791Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:24:08.791Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c, URL: /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar to file: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:08.791Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:08.792Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:08.792Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:08.868Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16640820224931058015/Definitions/service-DemoPnfR95i42u8irlwiksdao5c-template.yml
2023-04-15T18:24:09.443Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 970bc155-1c62 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-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.444Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Node template pNF 970bc155-1c62 0 is matching search criteria
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 970bc155-1c62 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_R95i42U8IrlWiksdAo5C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:09.445Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R95i42U8IrlWiksdAo5C
Description:catalog service description
Model UUID:6ca203f7-00da-4569-ac24-2c309a7db180
Model Version:NULL
Model InvariantUuid:f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
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-04-15T18:24:09.494Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||ERROR|500||Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists
2023-04-15T18:24:09.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:24:09.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists)
2023-04-15T18:24:09.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:24:09.495Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:09.496Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:09.496Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583049495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583004601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583006113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 8a8a613b-d7b9-4317-867d-f9a71517699b already exists"
}
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583007116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 657faccc-87ce-4192-aaa7-31a461038634 already exists"
}
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "cd8b7f18-cf0a-43a4-8bbe-476c338a8c13",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583038389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/resourceInstances/pnf970bc1551c620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:24:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583047788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583049495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 11e8b943-a152-4f61-8b1c-3b5f31b8480c already exists"
}
2023-04-15T18:24:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:24:10.497Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar ASDC sendASDCNotification
2023-04-15T18:24:10.497Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar(Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists)
2023-04-15T18:24:10.497Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:24:10.497Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:10.498Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:10.498Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583050497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:11.499Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:24:11.529Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:11.533Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:24:11.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:24:41.548Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:24:41.562Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7360659f-ac2f-4593-bd41-4e54140b55ae and serviceModelVersionId: 6ca203f7-00da-4569-ac24-2c309a7db180
2023-04-15T18:24:41.562Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c
2023-04-15T18:24:41.563Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0
2023-04-15T18:24:41.569Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:24:41.595Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:24:41.597Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||Invoke
2023-04-15T18:24:41.606Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:24:41.773Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0|INFO|500||InvokeReturn
2023-04-15T18:24:41.774Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0c6d3fa-c4ee-4f6f-b5de-6bbb7a74df7c/model-vers/model-ver/6ca203f7-00da-4569-ac24-2c309a7db180?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:24:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[241680], x-aai-txid=[2-aai-resources-230415-18:24:40:554-2081], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:24:41.775Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:24:41.775Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:24:41.775Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:24:41.787Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:24:41.787Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7360659f-ac2f-4593-bd41-4e54140b55ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:24:41.787Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:24:41.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:41.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:41.788Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583081787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:24:42.812Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:24:42.812Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"10300c5e-2681-427b-b37d-dd3064d54de5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"81dbd375-16b4-4cc1-b27e-3476eca0fbde","serviceDescription":"service","serviceInvariantUUID":"c1655f2c-c981-4a66-b375-e52e8c88a687","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d831cef-b339-4532-9323-38abc0e9b372","resourceInvariantUUID":"db459f2e-5c31-4c85-9388-7ae92c9d6833","resourceCustomizationUUID":"05f8e7ff-673d-44e8-b92b-b5f3c271e284","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":"OGQ5OWQ4MzI3YzMxODQyMDFlNWNhNzgyYzJmNGNmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"510389fd-94aa-4af0-afb1-2bf87c1eb778","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":"ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dc11e0df-b661-4cbf-95e2-76953234f63e","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":"7fabe2fb-ba05-469d-9645-1d0303f58daf","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":"49a1cfcb-6276-461b-b5e9-0c4eb557ca28","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":"f45d3921-e9a6-419d-a9b2-b9c65d0c42b8","artifactVersion":"2","generatedFromUUID":"7fabe2fb-ba05-469d-9645-1d0303f58daf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjFjNWQ5NWEyYWRjNmY4OWI1ZmQyYjU5MTEyYjkxMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b32f796f-8a89-409f-8ea1-a64f368a5cfb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63eb1c6a-e3bf-4f2c-9bb3-d92f03708437","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:24:42.812Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:42.812Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:42.812Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:42.812Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:43.813Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:43.813Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:43.813Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:43.813Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:44.814Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:44.815Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:44.815Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:44.815Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:45.815Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:45.816Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:45.816Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:45.816Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:46.817Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:46.817Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:46.817Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:46.817Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:47.817Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:47.817Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:47.818Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:47.818Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:48.818Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:24:48.818Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:48.818Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:48.818Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:49.819Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "81dbd375-16b4-4cc1-b27e-3476eca0fbde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1655f2c-c981-4a66-b375-e52e8c88a687",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05f8e7ff-673d-44e8-b92b-b5f3c271e284",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d831cef-b339-4532-9323-38abc0e9b372",
      "resourceInvariantUUID": "db459f2e-5c31-4c85-9388-7ae92c9d6833",
      "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": "ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dc11e0df-b661-4cbf-95e2-76953234f63e",
          "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": "7fabe2fb-ba05-469d-9645-1d0303f58daf",
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
            "generatedFromUUID": "7fabe2fb-ba05-469d-9645-1d0303f58daf"
          },
          "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": "f45d3921-e9a6-419d-a9b2-b9c65d0c42b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "63eb1c6a-e3bf-4f2c-9bb3-d92f03708437"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:24:49.820Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:24:49.820Z|7360659f-ac2f-4593-bd41-4e54140b55ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dbd375-16b4-4cc1-b27e-3476eca0fbde ASDC
2023-04-15T18:24:49.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:10300c5e-2681-427b-b37d-dd3064d54de5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
ServiceInvariantUUID:c1655f2c-c981-4a66-b375-e52e8c88a687
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:63eb1c6a-e3bf-4f2c-9bb3-d92f03708437
ArtifactChecksum:NjIyMjFmOTE0MDU5ODljMDQyMDVjMzZhZmM2N2U2YzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
ResourceInvariantUUID:db459f2e-5c31-4c85-9388-7ae92c9d6833
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3d831cef-b339-4532-9323-38abc0e9b372
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:dc11e0df-b661-4cbf-95e2-76953234f63e
ArtifactChecksum:ODc1MWFmZTk4ZWQ1NTUxMGZmM2YyZTYwZjg0MDRmYzI=
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:7fabe2fb-ba05-469d-9645-1d0303f58daf
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
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:f45d3921-e9a6-419d-a9b2-b9c65d0c42b8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:24:49.820Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dbd375-16b4-4cc1-b27e-3476eca0fbde 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-04-15T18:24:49.868Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:24:49.869Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:24:49.869Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:24:49.869Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:24:49.869Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:24:49.869Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:24:50.166Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:24:50.168Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 75166
2023-04-15T18:24:50.168Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:24:50.169Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-15T18:24:50.169Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:24:50.169Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:50.169Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:50.169Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583090168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:51.171Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:24:51.172Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:24:51.172Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:51.173Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-15T18:24:51.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:51.174Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:51.266Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17709260881262898237/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T18:24:52.150Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:24:52.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:24:52.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:24:52.151Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:24:52.152Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:24:52.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:24:52.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:24:52.153Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.154Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:24:52.155Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.156Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe52851c-7953-4f35-ad31-af73bacba538
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.157Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:24:52.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:24:52.158Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:81dbd375-16b4-4cc1-b27e-3476eca0fbde
Model Version:NULL
Model InvariantUuid:c1655f2c-c981-4a66-b375-e52e8c88a687
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:51647c00-0c71-4001-9331-61461aaf23f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db459f2e-5c31-4c85-9388-7ae92c9d6833
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05f8e7ff-673d-44e8-b92b-b5f3c271e284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cb9231d5-2bd7-4065-ab44-3dd9f1a69cc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5a7dc60a-f97b-46db-ab87-2d040afa499d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe52851c-7953-4f35-ad31-af73bacba538
ModelInvariantUuid:0f35290d-6033-4844-a828-dd6bd9cff11e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13f4166a-ef0a-4c87-b776-2e725ca97457
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d197c4e-30cf-4749-8f7a-345913c3e8b3
ModelInvariantUuid:58ac0fde-b9f7-4b0c-be9f-2721a213718a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:10f733cf-15ca-49ca-baf8-20e7cb857a16
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-04-15T18:24:52.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||ERROR|500||Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists
2023-04-15T18:24:52.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:24:52.204Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||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: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists)
2023-04-15T18:24:52.205Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:24:52.205Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:52.205Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:52.205Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583092204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:53.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-15T18:24:53.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||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: 3d831cef-b339-4532-9323-38abc0e9b372 already exists)
2023-04-15T18:24:53.206Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:24:53.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:24:53.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:24:53.207Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583093206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:24:54.208Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:24:54.236Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:24:54.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:24:54.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:24:54.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:24:54.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:24:54.240Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:54.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:54.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:54.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:24:54.241Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:24:54.254Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:25:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:10.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:25:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583050497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR95i42u8irlwiksdao5c/1.0/artifacts/service-DemoPnfR95i42u8irlwiksdao5c-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 39dc3673-9c1e-4813-8337-f3305d7f6217 already exists"
}
2023-04-15T18:25:10.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:25:24.255Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:25:24.269Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10300c5e-2681-427b-b37d-dd3064d54de5 and serviceModelVersionId: 81dbd375-16b4-4cc1-b27e-3476eca0fbde
2023-04-15T18:25:24.269Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1655f2c-c981-4a66-b375-e52e8c88a687
2023-04-15T18:25:24.270Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0
2023-04-15T18:25:24.275Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:25:24.295Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:25:24.297Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||Invoke
2023-04-15T18:25:24.305Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:25:24.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0|INFO|500||InvokeReturn
2023-04-15T18:25:24.456Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c1655f2c-c981-4a66-b375-e52e8c88a687/model-vers/model-ver/81dbd375-16b4-4cc1-b27e-3476eca0fbde?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:25:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[213224], x-aai-txid=[0-aai-resources-230415-18:25:23:256-90561], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:25:24.457Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:25:24.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:25:24.458Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:25:24.467Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:25:24.468Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10300c5e-2681-427b-b37d-dd3064d54de5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:25:24.468Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:25:24.468Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:24.468Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:24.468Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583124468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:25:25.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:25:25.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"a911bfd1-e0c6-4bbf-9eaa-1838d185441c","serviceName":"Demo_pNF_uejnWItqZOqKnZXAEbpg","serviceVersion":"1.0","serviceUUID":"df0b7396-699b-4b97-916d-34b5c89e89e7","serviceDescription":"catalog service description","serviceInvariantUUID":"30d9dd32-7d3d-4d2f-aeed-513dcf2bea07","resources":[{"resourceInstanceName":"pNF d2f3d8c1-98a8 0","resourceName":"pNF d2f3d8c1-98a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1ab15a71-f5f0-460f-af88-9c8078390e80","resourceInvariantUUID":"932183ea-719d-411d-81a5-4d37d322a681","resourceCustomizationUUID":"0e219e90-dc18-44ca-8af0-2c2d2316ad12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml","artifactChecksum":"ZWI2ZmRjMzlhZTVhMjc2NGRlNDM0NzZiOTIwZDc0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87ca0905-cf23-4068-8eb6-666f3523ecb4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f46e1516-c109-4211-bcb6-271dc67cdc3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adef31c4-4001-4e56-bcc8-44302820ea28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml","artifactChecksum":"YzNhZGY5ODllNGZlNzg2ZGZjNzZjYzExODI2NzhhMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6db2c486-3676-4b61-86fb-d1a3dc60ffc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fd9f86e-c3da-4bc6-9cb6-a0499c4bc0c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4cbd2919-5ca6-4041-8b8f-405ecc201217","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml","artifactChecksum":"ODM1MjA4YTA2NWE2ZTE0ODdmZWY5N2I5YmI2ODg0Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94bd63b-9e7e-471a-a39b-2e676131765c","artifactVersion":"1"},{"artifactName":"service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar","artifactChecksum":"ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76854940-a1c1-4f1c-a9fa-71cb2873d622","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:25:25.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:25.501Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:25.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:25.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:26.502Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:26.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:26.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:26.503Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:27.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:27.504Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:27.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:27.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:28.505Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:28.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:28.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:28.506Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:29.507Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:29.508Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:29.508Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:29.508Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:30.509Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:30.509Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:30.509Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:30.509Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:31.510Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:31.510Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:31.510Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:31.510Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:32.511Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:25:32.511Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:32.511Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:32.512Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:33.513Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "serviceName": "Demo_pNF_uejnWItqZOqKnZXAEbpg",
  "serviceVersion": "1.0",
  "serviceUUID": "df0b7396-699b-4b97-916d-34b5c89e89e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d9dd32-7d3d-4d2f-aeed-513dcf2bea07",
  "resources": [
    {
      "resourceInstanceName": "pNF d2f3d8c1-98a8 0",
      "resourceCustomizationUUID": "0e219e90-dc18-44ca-8af0-2c2d2316ad12",
      "resourceName": "pNF d2f3d8c1-98a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1ab15a71-f5f0-460f-af88-9c8078390e80",
      "resourceInvariantUUID": "932183ea-719d-411d-81a5-4d37d322a681",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
      "artifactChecksum": "ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76854940-a1c1-4f1c-a9fa-71cb2873d622"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:25:33.513Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:25:33.513Z|10300c5e-2681-427b-b37d-dd3064d54de5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 df0b7396-699b-4b97-916d-34b5c89e89e7 ASDC
2023-04-15T18:25:33.514Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a911bfd1-e0c6-4bbf-9eaa-1838d185441c
ServiceName:Demo_pNF_uejnWItqZOqKnZXAEbpg
ServiceVersion:1.0
ServiceUUID:df0b7396-699b-4b97-916d-34b5c89e89e7
ServiceInvariantUUID:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
ArtifactUUID:76854940-a1c1-4f1c-a9fa-71cb2873d622
ArtifactChecksum:ZTlkZjIzZTYxODNmOTg2ZjM0MjE1MTZlNmFhYjU5ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d2f3d8c1-98a8 0
ResourceCustomizationUUID:0e219e90-dc18-44ca-8af0-2c2d2316ad12
ResourceInvariantUUID:932183ea-719d-411d-81a5-4d37d322a681
ResourceName:pNF d2f3d8c1-98a8
ResourceType:PNF
ResourceUUID:1ab15a71-f5f0-460f-af88-9c8078390e80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:25:33.515Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df0b7396-699b-4b97-916d-34b5c89e89e7 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-04-15T18:25:33.554Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:25:33.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:25:33.555Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:25:33.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 from URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:33.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:25:33.556Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:33.879Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:25:33.882Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar 76854940-a1c1-4f1c-a9fa-71cb2873d622 87994
2023-04-15T18:25:33.882Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:25:33.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:33.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:25:33.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:33.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:33.883Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583133882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:34.884Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:25:34.885Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:25:34.885Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622, URL: /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar to file: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:34.886Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:34.887Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:34.887Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:34.959Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6059044403305492770/Definitions/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml
2023-04-15T18:25:35.530Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:25:35.530Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:25:35.530Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d2f3d8c1-98a8 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-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:25:35.531Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Node template pNF d2f3d8c1-98a8 0 is matching search criteria
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d2f3d8c1-98a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:25:35.532Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_uejnWItqZOqKnZXAEbpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:25:35.533Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uejnWItqZOqKnZXAEbpg
Description:catalog service description
Model UUID:df0b7396-699b-4b97-916d-34b5c89e89e7
Model Version:NULL
Model InvariantUuid:30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
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-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||ERROR|500||Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists
2023-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists)
2023-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:35.579Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583135579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:36.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar ASDC sendASDCNotification
2023-04-15T18:25:36.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar(Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists)
2023-04-15T18:25:36.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:25:36.581Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:25:36.582Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:25:36.582Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583136581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:25:37.583Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:25:37.611Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:25:37.618Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:25:37.635Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:26:07.636Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:26:07.648Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a911bfd1-e0c6-4bbf-9eaa-1838d185441c and serviceModelVersionId: df0b7396-699b-4b97-916d-34b5c89e89e7
2023-04-15T18:26:07.649Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9dd32-7d3d-4d2f-aeed-513dcf2bea07
2023-04-15T18:26:07.650Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0
2023-04-15T18:26:07.655Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:26:07.673Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:26:07.675Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||Invoke
2023-04-15T18:26:07.683Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:26:07.843Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0|INFO|500||InvokeReturn
2023-04-15T18:26:07.844Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/30d9dd32-7d3d-4d2f-aeed-513dcf2bea07/model-vers/model-ver/df0b7396-699b-4b97-916d-34b5c89e89e7?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:26:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[254200], x-aai-txid=[0-aai-resources-230415-18:26:06:631-83059], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:26:07.847Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:26:07.847Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:26:07.847Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:26:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:26:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a911bfd1-e0c6-4bbf-9eaa-1838d185441c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:26:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:26:07.853Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:07.854Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:07.854Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583167853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:26:08.887Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:26:08.887Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"6b51ab53-32f0-4aee-8010-3c02f4d6671f","serviceName":"Demo_pNF_JiXiLFTdBr88TjLADnT8","serviceVersion":"1.0","serviceUUID":"005712fc-4d9e-40bb-9337-c602e1f3359d","serviceDescription":"catalog service description","serviceInvariantUUID":"cc8db91c-0645-41c9-b126-2d96faa03230","resources":[{"resourceInstanceName":"pNF 273c4b78-e9b4 0","resourceName":"pNF 273c4b78-e9b4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4e5d43e-5c5c-409f-afd6-9cb391c313cc","resourceInvariantUUID":"d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2","resourceCustomizationUUID":"69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml","artifactChecksum":"YjhhZTQzM2FmYTRjNmVlNzlmNTVkODgxZjY5YzdkNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67d8aa1e-9dcf-42aa-913a-afd325ca7570","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar","artifactChecksum":"YTdjNmI2NWU0MGFlZTg5ZmFjMDBiNGQ4Y2E1NjcwZmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ca182fd-fc7c-40c4-9292-d12a3542d748","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"921f1613-8e65-407e-9e35-7561235d5e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWE5MGM4M2E1NTRiMDYwNGM3YmVhMDNkYjY0MTcxOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ec20f5d-1795-43de-8966-380d10d87764","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f716899-531d-41aa-9d0c-b4571a05d269","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e158be44-a094-449d-806b-8b8b43e4580a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml","artifactChecksum":"MDE2Yzc3MWFlNDYzMmVjYjYzNjlkZGQ3YTM1OTljNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb4627d9-0592-47e7-855e-aecfd1cc6e37","artifactVersion":"1"},{"artifactName":"service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar","artifactChecksum":"OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7de2315-cd3a-4ebe-b89b-0d94f30ad27e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:26:08.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:08.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:08.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:08.888Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:09.889Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:09.889Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:09.889Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:09.889Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "7360659f-ac2f-4593-bd41-4e54140b55ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583081787,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583090168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583092204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 63eb1c6a-e3bf-4f2c-9bb3-d92f03708437 already exists"
}
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583093206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 3d831cef-b339-4532-9323-38abc0e9b372 already exists"
}
2023-04-15T18:26:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:26:10.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:10.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:10.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:10.890Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:11.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:11.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:11.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:11.891Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:12.892Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:12.892Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:12.892Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:12.893Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:13.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:13.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:13.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:13.894Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:14.895Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:14.896Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:14.896Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:14.896Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:15.897Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:15.897Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:15.897Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:15.897Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:16.898Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "serviceName": "Demo_pNF_JiXiLFTdBr88TjLADnT8",
  "serviceVersion": "1.0",
  "serviceUUID": "005712fc-4d9e-40bb-9337-c602e1f3359d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cc8db91c-0645-41c9-b126-2d96faa03230",
  "resources": [
    {
      "resourceInstanceName": "pNF 273c4b78-e9b4 0",
      "resourceCustomizationUUID": "69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3",
      "resourceName": "pNF 273c4b78-e9b4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4e5d43e-5c5c-409f-afd6-9cb391c313cc",
      "resourceInvariantUUID": "d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
      "artifactChecksum": "OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7de2315-cd3a-4ebe-b89b-0d94f30ad27e"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:26:16.898Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:26:16.898Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 005712fc-4d9e-40bb-9337-c602e1f3359d ASDC
2023-04-15T18:26:16.898Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6b51ab53-32f0-4aee-8010-3c02f4d6671f
ServiceName:Demo_pNF_JiXiLFTdBr88TjLADnT8
ServiceVersion:1.0
ServiceUUID:005712fc-4d9e-40bb-9337-c602e1f3359d
ServiceInvariantUUID:cc8db91c-0645-41c9-b126-2d96faa03230
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
ArtifactUUID:d7de2315-cd3a-4ebe-b89b-0d94f30ad27e
ArtifactChecksum:OGQxNmUyYWJhZjM3Yzg4OTBiNTk0ODA3YjZlNmE4MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 273c4b78-e9b4 0
ResourceCustomizationUUID:69cbaad2-f37a-4c6c-bdc1-3cb57e4c33c3
ResourceInvariantUUID:d72fd5cc-5dfd-4d26-b5c8-1a8f58be77b2
ResourceName:pNF 273c4b78-e9b4
ResourceType:PNF
ResourceUUID:e4e5d43e-5c5c-409f-afd6-9cb391c313cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-15T18:26:16.899Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 005712fc-4d9e-40bb-9337-c602e1f3359d 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-04-15T18:26:16.947Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:26:16.948Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:26:16.949Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:26:16.949Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e from URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:16.949Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:26:16.949Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:17.261Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:26:17.264Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar d7de2315-cd3a-4ebe-b89b-0d94f30ad27e 87994
2023-04-15T18:26:17.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:26:17.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:17.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:26:17.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:17.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:17.265Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583177265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:18.266Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:26:18.267Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:26:18.267Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e, URL: /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar to file: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.268Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.269Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.269Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.387Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6227420186130295258/Definitions/service-DemoPnfJixilftdbr88tjladnt8-template.yml
2023-04-15T18:26:18.915Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 273c4b78-e9b4 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-DemoPnfJixilftdbr88tjladnt8-csar.csar
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:26:18.916Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Node template pNF 273c4b78-e9b4 0 is matching search criteria
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 273c4b78-e9b4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.917Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.918Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.918Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:26:18.918Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_JiXiLFTdBr88TjLADnT8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:26:18.918Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JiXiLFTdBr88TjLADnT8
Description:catalog service description
Model UUID:005712fc-4d9e-40bb-9337-c602e1f3359d
Model Version:NULL
Model InvariantUuid:cc8db91c-0645-41c9-b126-2d96faa03230
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-04-15T18:26:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||ERROR|500||Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists
2023-04-15T18:26:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:26:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists)
2023-04-15T18:26:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:26:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:18.957Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:18.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583178957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:19.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar ASDC sendASDCNotification
2023-04-15T18:26:19.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar(Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists)
2023-04-15T18:26:19.958Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:26:19.959Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:19.959Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:19.959Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583179958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:20.959Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:26:20.981Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:26:20.983Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:26:20.984Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:26:20.994Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:26:50.995Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:26:51.007Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b51ab53-32f0-4aee-8010-3c02f4d6671f and serviceModelVersionId: 005712fc-4d9e-40bb-9337-c602e1f3359d
2023-04-15T18:26:51.008Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc8db91c-0645-41c9-b126-2d96faa03230
2023-04-15T18:26:51.008Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0
2023-04-15T18:26:51.014Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:26:51.041Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-15T18:26:51.044Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||Invoke
2023-04-15T18:26:51.051Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:26:51.206Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0|INFO|500||InvokeReturn
2023-04-15T18:26:51.207Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc8db91c-0645-41c9-b126-2d96faa03230/model-vers/model-ver/005712fc-4d9e-40bb-9337-c602e1f3359d?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:26:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[204800], x-aai-txid=[0-aai-resources-230415-18:26:50:000-9488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:26:51.207Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:26:51.207Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:26:51.208Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:26:51.213Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:26:51.213Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b51ab53-32f0-4aee-8010-3c02f4d6671f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:26:51.214Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:26:51.214Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:51.214Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:51.215Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583211213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:26:52.246Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:26:52.246Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c8d56864-7b85-4869-b2f0-3b92f6ab91a0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d86be19e-f50b-44ec-915d-b9a0f4926f47","serviceDescription":"service","serviceInvariantUUID":"e1ab87fa-d780-4c2e-b415-89fa293ed838","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7644486-e248-42f0-8584-08e07c7ff73d","resourceInvariantUUID":"69b9b948-daae-4ffd-ade2-929c3e8d5862","resourceCustomizationUUID":"f9a61866-1656-44c1-b5f5-e729915e6b9b","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":"NzY3MTdjYTFhNTY0M2QzM2JlZjFjOTdkNDE0OTQ1MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71c3e4fe-ab37-47bc-8e5e-769d28cfc878","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":"MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90f56289-20ad-473f-be7a-c38f04164dfa","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":"fb4109f9-11db-4f98-b2ee-62de4c71c176","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":"f9098b80-cae5-4edf-bc2e-579b94126c2c","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":"c0e607fc-bb5c-4f6c-bd95-98ef6576c32b","artifactVersion":"2","generatedFromUUID":"873dd279-ef8a-476c-8d2b-2a3bebce1e88"},{"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":"957fb14c-70d2-4312-b166-e2181f83545a","artifactVersion":"2","generatedFromUUID":"fb4109f9-11db-4f98-b2ee-62de4c71c176"},{"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":"873dd279-ef8a-476c-8d2b-2a3bebce1e88","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":"36fe4770-9ef3-4d25-b7fc-ec840c73244d","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":"NTVhYjNjODQwMmU0OWQ1ZDRmNjc4OTEzMDkzZGRmNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be05712-fa37-4a23-8544-f0f81c4dcee4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d171234-fcc9-49a5-83bf-1427a1f50f5b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:26:52.246Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:52.246Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:52.247Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:52.247Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:53.247Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:53.248Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:53.248Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:53.248Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:54.248Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:54.249Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:54.249Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:54.249Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:55.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:55.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:55.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:55.250Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:56.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:56.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:56.251Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:56.252Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:57.252Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:57.253Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:57.253Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:57.253Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:58.253Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:58.254Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:58.254Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:58.254Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:26:59.255Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:26:59.255Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:26:59.255Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:26:59.256Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:00.256Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:00.256Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:00.257Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:00.257Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:01.257Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:01.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:01.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:01.258Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:02.259Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d86be19e-f50b-44ec-915d-b9a0f4926f47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e1ab87fa-d780-4c2e-b415-89fa293ed838",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a61866-1656-44c1-b5f5-e729915e6b9b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7644486-e248-42f0-8584-08e07c7ff73d",
      "resourceInvariantUUID": "69b9b948-daae-4ffd-ade2-929c3e8d5862",
      "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": "MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90f56289-20ad-473f-be7a-c38f04164dfa",
          "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": "fb4109f9-11db-4f98-b2ee-62de4c71c176",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
            "generatedFromUUID": "fb4109f9-11db-4f98-b2ee-62de4c71c176"
          },
          "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": "c0e607fc-bb5c-4f6c-bd95-98ef6576c32b",
          "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": "957fb14c-70d2-4312-b166-e2181f83545a",
          "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": "873dd279-ef8a-476c-8d2b-2a3bebce1e88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0d171234-fcc9-49a5-83bf-1427a1f50f5b"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:27:02.260Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:27:02.260Z|6b51ab53-32f0-4aee-8010-3c02f4d6671f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d86be19e-f50b-44ec-915d-b9a0f4926f47 ASDC
2023-04-15T18:27:02.261Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c8d56864-7b85-4869-b2f0-3b92f6ab91a0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
ServiceInvariantUUID:e1ab87fa-d780-4c2e-b415-89fa293ed838
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:0d171234-fcc9-49a5-83bf-1427a1f50f5b
ArtifactChecksum:NWFiZmZlYzJlYmViNTNiNDYwN2Q4ZjFhMzE0OGI1NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
ResourceInvariantUUID:69b9b948-daae-4ffd-ade2-929c3e8d5862
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c7644486-e248-42f0-8584-08e07c7ff73d
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:90f56289-20ad-473f-be7a-c38f04164dfa
ArtifactChecksum:MzE5NzgzZmJkYzgyNjBkMGU4MDg1YmMwZGY2NWViYjM=
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:fb4109f9-11db-4f98-b2ee-62de4c71c176
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:957fb14c-70d2-4312-b166-e2181f83545a
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:c0e607fc-bb5c-4f6c-bd95-98ef6576c32b
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:957fb14c-70d2-4312-b166-e2181f83545a
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:873dd279-ef8a-476c-8d2b-2a3bebce1e88
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:27:02.263Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d86be19e-f50b-44ec-915d-b9a0f4926f47 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-04-15T18:27:02.304Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:27:02.304Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:27:02.304Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:27:02.304Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:02.305Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:27:02.305Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:02.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:27:02.622Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 0d171234-fcc9-49a5-83bf-1427a1f50f5b 163259
2023-04-15T18:27:02.623Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:27:02.623Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:02.623Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:27:02.623Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:02.624Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:02.624Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583222623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:03.624Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:27:03.625Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:27:03.626Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:03.626Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-15T18:27:03.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:03.627Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:03.715Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1975573814113220361/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-15T18:27:04.615Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:27:04.615Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:27:04.615Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:04.615Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:27:04.616Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:27:04.617Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:04.618Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=4dddc4cb-5a78-4169-b120-362d41ce10bd
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:04.619Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d86be19e-f50b-44ec-915d-b9a0f4926f47
Model Version:NULL
Model InvariantUuid:e1ab87fa-d780-4c2e-b415-89fa293ed838
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4806bbe-73ef-48da-bf77-6ef49c798f05
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69b9b948-daae-4ffd-ade2-929c3e8d5862
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a61866-1656-44c1-b5f5-e729915e6b9b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a282965c-48df-4921-b1b3-54ff2622b90b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ee1da0a2-6ad2-4c77-b6a6-e22f6d0982fb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:9991bd70-9f20-45b7-be74-e32996bdef70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:79a3b8dc-a9ad-490b-aedb-2ec240ece3fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4dddc4cb-5a78-4169-b120-362d41ce10bd
ModelInvariantUuid:4738a8e3-9690-43a0-92da-c55ca4818195
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:ed4f93c2-9b48-49b3-84be-4139bfa5e290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:26801bc6-f2ff-4d4e-8874-750c3a6a1abb
ModelInvariantUuid:409fda6f-3e38-4a6d-a7e9-4d72fe64e3dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a280dc70-c1ad-473d-b7b9-e9449eb081e4
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-04-15T18:27:04.670Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||ERROR|500||Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists
2023-04-15T18:27:04.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:27:04.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||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: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists)
2023-04-15T18:27:04.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:27:04.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:04.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:04.671Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583224671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:05.672Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:27:05.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||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: c7644486-e248-42f0-8584-08e07c7ff73d already exists)
2023-04-15T18:27:05.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:27:05.673Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:05.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:05.674Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583225672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:06.675Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:27:06.705Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:27:06.710Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:06.711Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:27:06.726Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:27:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "10300c5e-2681-427b-b37d-dd3064d54de5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583124468,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:27:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/resourceInstances/pnfd2f3d8c198a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583133882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583135579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 76854940-a1c1-4f1c-a9fa-71cb2873d622 already exists"
}
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583136581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUejnwitqzoqknzxaebpg/1.0/artifacts/service-DemoPnfUejnwitqzoqknzxaebpg-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1ab15a71-f5f0-460f-af88-9c8078390e80 already exists"
}
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.432Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "a911bfd1-e0c6-4bbf-9eaa-1838d185441c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583167853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:27:10.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:27:36.727Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:27:36.740Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and serviceModelVersionId: d86be19e-f50b-44ec-915d-b9a0f4926f47
2023-04-15T18:27:36.740Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1ab87fa-d780-4c2e-b415-89fa293ed838
2023-04-15T18:27:36.741Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0
2023-04-15T18:27:36.748Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:27:36.764Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||Invoke
2023-04-15T18:27:36.764Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88403f0b-c972-48ec-a69d-28de6412116c], X-ECOMP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], X-TransactionId=[], X-ONAP-RequestID=[c8d56864-7b85-4869-b2f0-3b92f6ab91a0], Content-Type=[application/merge-patch+json]}
2023-04-15T18:27:36.772Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:27:36.925Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?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/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:27:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[221384], x-aai-txid=[2-aai-resources-230415-18:27:35:720-78458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:27:36.925Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:27:36.926Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e1ab87fa-d780-4c2e-b415-89fa293ed838/model-vers/model-ver/d86be19e-f50b-44ec-915d-b9a0f4926f47?depth=0|INFO|500||InvokeReturn
2023-04-15T18:27:36.926Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:27:36.926Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:27:36.936Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:27:36.936Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8d56864-7b85-4869-b2f0-3b92f6ab91a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:27:36.936Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:27:36.937Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:36.937Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:36.937Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583256936,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:27:37.966Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-15T18:27:37.967Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"eb39825c-6523-4bef-8a92-933d3d3391f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"447e907f-f704-4467-9974-e1f0a9686934","serviceDescription":"service","serviceInvariantUUID":"294b1c83-dd5c-4b43-90db-0613feeb12b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c9a6fb1-6506-450d-a961-8007bae60988","resourceInvariantUUID":"7254b869-01d2-4e28-a049-38de111e8c61","resourceCustomizationUUID":"b7bc908b-8ce3-4a33-85e7-fbf686f8f23a","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":"NTA0MTAwZjM3MDZiMjIwMGM0YjBmZjFmMTljYTI1YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d87a1a19-21ea-45f3-9e78-e0552b28f5ca","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":"NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76bc47fc-a2b1-4e19-8579-2fc54b8377d8","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":"314f1795-7744-4381-a950-39f25f823e5f","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":"45c9e767-42fa-4df5-b8dc-fd61b5b34b60","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":"7995b890-50c2-4928-aa4f-294e9d79ea1a","artifactVersion":"2","generatedFromUUID":"314f1795-7744-4381-a950-39f25f823e5f"},{"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":"M2RjZGIxZTU3OTc5OGFlMTgwOGM0MjUzNWI2NmEwMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9716abe3-d61d-4f03-849a-ae8e587970bd","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":"ZmEyODBjYzAwMjU3NTY1ZjUwZjE3YzFhMzI3NTNlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec750d68-dcab-4561-a535-3e4c47265686","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e38cf517-8c86-4f5c-9c6b-4415913732e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-15T18:27:37.967Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:37.967Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:37.968Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:37.968Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:38.968Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:38.969Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:38.969Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:38.969Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:39.970Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:39.970Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:39.970Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:39.970Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:40.971Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:40.972Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:40.972Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:40.972Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:41.973Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:41.973Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:41.973Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:41.973Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:42.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:42.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:42.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:42.974Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:43.975Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:43.975Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:43.975Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:43.976Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:44.976Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-15T18:27:44.977Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:44.977Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:44.977Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:45.977Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "447e907f-f704-4467-9974-e1f0a9686934",
  "serviceDescription": "service",
  "serviceInvariantUUID": "294b1c83-dd5c-4b43-90db-0613feeb12b6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b7bc908b-8ce3-4a33-85e7-fbf686f8f23a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c9a6fb1-6506-450d-a961-8007bae60988",
      "resourceInvariantUUID": "7254b869-01d2-4e28-a049-38de111e8c61",
      "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": "NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76bc47fc-a2b1-4e19-8579-2fc54b8377d8",
          "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": "314f1795-7744-4381-a950-39f25f823e5f",
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
            "generatedFromUUID": "314f1795-7744-4381-a950-39f25f823e5f"
          },
          "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": "7995b890-50c2-4928-aa4f-294e9d79ea1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e38cf517-8c86-4f5c-9c6b-4415913732e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-15T18:27:45.978Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-15T18:27:45.978Z|c8d56864-7b85-4869-b2f0-3b92f6ab91a0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 447e907f-f704-4467-9974-e1f0a9686934 ASDC
2023-04-15T18:27:45.978Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:eb39825c-6523-4bef-8a92-933d3d3391f0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:447e907f-f704-4467-9974-e1f0a9686934
ServiceInvariantUUID:294b1c83-dd5c-4b43-90db-0613feeb12b6
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:e38cf517-8c86-4f5c-9c6b-4415913732e7
ArtifactChecksum:NGIxNTI5MWNjZTFlMTE1NWM5YjQ4MmNiYWFhMDg5MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
ResourceInvariantUUID:7254b869-01d2-4e28-a049-38de111e8c61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c9a6fb1-6506-450d-a961-8007bae60988
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:76bc47fc-a2b1-4e19-8579-2fc54b8377d8
ArtifactChecksum:NWZkODU5ZTdkZjUzMzg0NjY0NTgyODk3ZDQ5MGYzODY=
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:314f1795-7744-4381-a950-39f25f823e5f
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
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:7995b890-50c2-4928-aa4f-294e9d79ea1a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-15T18:27:45.978Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 447e907f-f704-4467-9974-e1f0a9686934 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-04-15T18:27:46.022Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:27:46.023Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:27:46.023Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:27:46.023Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:27:46.023Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-15T18:27:46.024Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:27:46.306Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-15T18:27:46.308Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e38cf517-8c86-4f5c-9c6b-4415913732e7 82981
2023-04-15T18:27:46.309Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:27:46.309Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-15T18:27:46.309Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-15T18:27:46.309Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:46.309Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:46.309Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583266309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:47.310Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-15T18:27:47.311Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-15T18:27:47.311Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:47.311Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-15T18:27:47.312Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:47.312Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:47.408Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9619791922342189128/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-04-15T18:27:48.275Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.276Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-15T18:27:48.277Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b0a7a86-f37e-4e84-a97c-13a7c3af6089
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-15T18:27:48.278Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:447e907f-f704-4467-9974-e1f0a9686934
Model Version:NULL
Model InvariantUuid:294b1c83-dd5c-4b43-90db-0613feeb12b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f3567a90-1fcc-449e-9940-ac513adbd557
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7254b869-01d2-4e28-a049-38de111e8c61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7bc908b-8ce3-4a33-85e7-fbf686f8f23a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b93129d-946a-44c6-aeb4-193454474984
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6cc3cb20-cad0-476d-8296-a7bd68aa07a1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7b0a7a86-f37e-4e84-a97c-13a7c3af6089
ModelInvariantUuid:78a2981d-ede4-44e6-a383-7a068438fbfa
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:052d98b3-24a9-43d3-ba90-86c12e5cde9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9dbd357-25ea-4899-8164-1dfda15ee793
ModelInvariantUuid:0718a103-a479-43af-bcd9-788599a64af5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:df00b726-7c3a-4a03-917f-1777762e59fc
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-04-15T18:27:48.327Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||ERROR|500||Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists
2023-04-15T18:27:48.328Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:27:48.328Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists)
2023-04-15T18:27:48.328Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:27:48.328Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:48.328Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:48.328Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583268328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:49.329Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-15T18:27:49.329Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists)
2023-04-15T18:27:49.329Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-15T18:27:49.329Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:27:49.329Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:27:49.330Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583269329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:27:50.331Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:27:50.358Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-15T18:27:50.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-15T18:27:50.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-15T18:27:50.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-15T18:27:50.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-15T18:27:50.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:50.363Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:50.364Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:50.364Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-15T18:27:50.364Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-15T18:27:50.377Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-15T18:28:10.419Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:28:10.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.421Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.422Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/resourceInstances/pnf273c4b78e9b40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583177265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583178957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: d7de2315-cd3a-4ebe-b89b-0d94f30ad27e already exists"
}
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583179958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJixilftdbr88tjladnt8/1.0/artifacts/service-DemoPnfJixilftdbr88tjladnt8-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e4e5d43e-5c5c-409f-afd6-9cb391c313cc already exists"
}
2023-04-15T18:28:10.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6b51ab53-32f0-4aee-8010-3c02f4d6671f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583211213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.425Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.426Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.427Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583222623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.429Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583224671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0d171234-fcc9-49a5-83bf-1427a1f50f5b already exists"
}
2023-04-15T18:28:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:10.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-15T18:28:10.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583225672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: c7644486-e248-42f0-8584-08e07c7ff73d already exists"
}
2023-04-15T18:28:10.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:28:20.377Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-15T18:28:20.389Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb39825c-6523-4bef-8a92-933d3d3391f0 and serviceModelVersionId: 447e907f-f704-4467-9974-e1f0a9686934
2023-04-15T18:28:20.389Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 294b1c83-dd5c-4b43-90db-0613feeb12b6
2023-04-15T18:28:20.390Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0
2023-04-15T18:28:20.398Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-15T18:28:20.418Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||Invoke
2023-04-15T18:28:20.419Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55d54dba-a118-4d6a-9975-d22c0414ffe6], X-ECOMP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], X-TransactionId=[], X-ONAP-RequestID=[eb39825c-6523-4bef-8a92-933d3d3391f0], Content-Type=[application/merge-patch+json]}
2023-04-15T18:28:20.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-15T18:28:20.632Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?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/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0 has http status code:200 and response headers:{date=[Sat, 15 Apr 2023 18:28:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[202], vertex-id=[229576], x-aai-txid=[0-aai-resources-230415-18:28:19:376-4485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-15T18:28:20.632Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-15T18:28:20.633Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/294b1c83-dd5c-4b43-90db-0613feeb12b6/model-vers/model-ver/447e907f-f704-4467-9974-e1f0a9686934?depth=0|INFO|500||InvokeReturn
2023-04-15T18:28:20.633Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-15T18:28:20.633Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-15T18:28:20.645Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-15T18:28:20.646Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb39825c-6523-4bef-8a92-933d3d3391f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-15T18:28:20.646Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-15T18:28:20.646Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-15T18:28:20.647Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-15T18:28:20.647Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583300646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-15T18:28:21.680Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:28:21.681Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-15T18:28:21.682Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 1 disconnected.
2023-04-15T18:28:21.682Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Node 2 disconnected.
2023-04-15T18:28:21.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:28:21.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:28:21.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-04-15T18:28:21.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T18:28:21.693Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1583e88f-f36c-4d88-8c30-c6fab3ba79ef
2023-04-15T18:28:21.694Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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=9, 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-04-15T18:28:21.694Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-04-15T18:28:21.694Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] (Re-)joining group
2023-04-15T18:28:24.240Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:27.254Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:30.265Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:33.279Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:36.288Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:39.298Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:42.312Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:45.322Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:48.332Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:51.343Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:54.353Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:28:57.364Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:29:00.376Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:29:03.386Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:29:06.396Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:29:09.406Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Request joining group due to: group is already rebalancing
2023-04-15T18:29:10.419Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:29:10.433Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:29:10.433Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] (Re-)joining group
2023-04-15T18:29:10.439Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:29:10.439Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1583e88f-f36c-4d88-8c30-c6fab3ba79ef', protocol='range'}
2023-04-15T18:29:10.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:29:10.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:29:10.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:29:10.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:29:10.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:29:10.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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 Htk4O-exT72UeEqxqXqJ4g
2023-04-15T18:29:10.445Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990=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-77498596-f79e-4514-9b6b-b1f1334e1fee-1583e88f-f36c-4d88-8c30-c6fab3ba79ef=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-04-15T18:29:10.457Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee-1583e88f-f36c-4d88-8c30-c6fab3ba79ef', protocol='range'}
2023-04-15T18:29:10.457Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72-6137055b-0f18-41e9-9172-0fd862255990', protocol='range'}
2023-04-15T18:29:10.458Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-04-15T18:29:10.458Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-15T18:29:10.458Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-04-15T18:29:10.459Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-15T18:29:10.463Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:29:10.463Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:29:10.463Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:29:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, groupId=SO] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2294, 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-04-15T18:29:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:29:10.464Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-7142f838-951c-490a-9e69-7e705490fb72, 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-04-15T18:29:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T18:29:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T18:29:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-15T18:29:10.466Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-15T18:29:10.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-15T18:29:10.467Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=1, 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-04-15T18:29:11.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8d56864-7b85-4869-b2f0-3b92f6ab91a0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583256936,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:29:11.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.480Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681582641708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-15T18:29:11.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583266309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583268328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e38cf517-8c86-4f5c-9c6b-4415913732e7 already exists"
}
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583269329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 2c9a6fb1-6506-450d-a961-8007bae60988 already exists"
}
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-15T18:29:11.482Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "eb39825c-6523-4bef-8a92-933d3d3391f0",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1681583300646,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-15T18:29:11.483Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-15T18:29:11.618Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Fetch position FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} is out of range for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0, resetting offset
2023-04-15T18:29:11.622Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-77498596-f79e-4514-9b6b-b1f1334e1fee, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=9, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-15T18:29:21.682Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:30:10.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:30:21.682Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:31:10.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:31:21.683Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:32:10.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:32:21.688Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:33:10.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:33:21.688Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:34:10.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:34:21.690Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:35:10.423Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:35:21.692Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:36:10.423Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:36:21.692Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:37:10.425Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:37:21.692Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:38:10.426Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:38:21.693Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:39:10.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:39:21.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:40:10.427Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:40:21.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:41:10.429Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:41:21.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:42:10.430Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:42:21.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:43:10.430Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:43:21.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:44:10.432Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:44:21.696Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:45:10.433Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:45:21.697Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:46:10.433Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:46:21.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:47:10.435Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:47:21.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:48:10.436Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:48:21.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:49:10.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:49:21.699Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:50:10.438Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:50:21.699Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:51:10.439Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:51:21.699Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:52:10.440Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:52:21.699Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:53:10.441Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:53:21.700Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:54:10.443Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:54:21.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:55:10.444Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:55:21.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:56:10.444Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:56:21.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:57:10.446Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:57:21.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:58:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:58:21.702Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T18:59:10.447Z|cd8b7f18-cf0a-43a4-8bbe-476c338a8c13|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T18:59:21.703Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:00:10.448Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:00:21.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:01:10.449Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:01:21.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:02:10.450Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:02:21.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:03:10.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:03:21.704Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:04:10.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:04:21.705Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:05:10.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:05:21.706Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:06:10.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:06:21.707Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:07:10.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:07:21.708Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:08:10.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:08:21.710Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:09:10.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:09:21.711Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:10:10.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:10:21.712Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:11:10.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:11:21.713Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:12:10.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:12:21.714Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:13:10.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:13:21.715Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:14:10.460Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:14:21.716Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:15:10.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:15:21.717Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:16:10.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:16:21.717Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:17:10.462Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:17:21.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:18:10.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:18:21.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:19:10.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:19:21.719Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:20:10.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:20:21.719Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:21:10.466Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:21:21.720Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:22:10.467Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:22:21.721Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:23:10.467Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:23:21.723Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:24:10.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:24:21.723Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:25:10.470Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:25:21.723Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:26:10.472Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:26:21.725Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:27:10.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:27:21.727Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:28:10.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:28:21.727Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:29:10.474Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:29:21.728Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:30:10.474Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:30:21.728Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:31:10.474Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:31:21.730Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:32:10.475Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:32:21.731Z|eb39825c-6523-4bef-8a92-933d3d3391f0|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:33:10.477Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:33:21.731Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:34:10.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:34:21.732Z|ba4fb1b9-96f0-4399-9750-4c93c9731d69|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:35:10.479Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:35:21.732Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:36:10.481Z|a911bfd1-e0c6-4bbf-9eaa-1838d185441c|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:36:21.733Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:37:10.482Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:37:21.735Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:38:10.483Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:38:21.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:39:10.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:39:21.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:40:10.485Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:40:21.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:41:10.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:41:21.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:42:10.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-15T19:42:21.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-15T19:43:10.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO